From: Paul Kocialkowski Date: Tue, 10 Jul 2018 08:01:00 +0000 (+0200) Subject: ARM: dts: sun4i: Switch to new system control compatible string X-Git-Tag: v4.19-rc1~44^2~10^2~11 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=37fb1f8d4596813bf6d39ebd8e609bfa8aee75cd;p=users%2Fjedix%2Flinux-maple.git ARM: dts: sun4i: Switch to new system control compatible string This switches the sun4i-a10 dtsi to use the new compatible for the system-control block (previously named SRAM controller) instead of the deprecated one. The node name is also updated to reflect the fact that the controller described is really about system control rather than SRAM control. Signed-off-by: Paul Kocialkowski [Maxime: Amended the commit message] Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi index 3a1c6b45c9a1c..82f81f06f2011 100644 --- a/arch/arm/boot/dts/sun4i-a10.dtsi +++ b/arch/arm/boot/dts/sun4i-a10.dtsi @@ -190,8 +190,8 @@ #size-cells = <1>; ranges; - sram-controller@1c00000 { - compatible = "allwinner,sun4i-a10-sram-controller"; + system-control@1c00000 { + compatible = "allwinner,sun4i-a10-system-control"; reg = <0x01c00000 0x30>; #address-cells = <1>; #size-cells = <1>;