Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx: Rename RTC device tree nodes

Device tree nodes for RTC devices should be called "rtc", so fix up some
instances where that wasn't the case.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Thierry Reding and committed by
Shawn Guo
7c937d26 7e9102c9

+8 -8
+1 -1
arch/arm/boot/dts/imx51-ts4800.dts
··· 102 102 pinctrl-0 = <&pinctrl_i2c2>; 103 103 status = "okay"; 104 104 105 - rtc: m41t00@68 { 105 + rtc: rtc@68 { 106 106 compatible = "st,m41t00"; 107 107 reg = <0x68>; 108 108 };
+1 -1
arch/arm/boot/dts/imx53-tx53.dtsi
··· 241 241 clock-frequency = <400000>; 242 242 status = "okay"; 243 243 244 - rtc1: ds1339@68 { 244 + rtc1: rtc@68 { 245 245 compatible = "dallas,ds1339"; 246 246 reg = <0x68>; 247 247 pinctrl-names = "default";
+1 -1
arch/arm/boot/dts/imx6q-tbs2910.dts
··· 159 159 pinctrl-0 = <&pinctrl_i2c3>; 160 160 status = "okay"; 161 161 162 - rtc: ds1307@68 { 162 + rtc: rtc@68 { 163 163 compatible = "dallas,ds1307"; 164 164 reg = <0x68>; 165 165 };
+1 -1
arch/arm/boot/dts/imx6qdl-tx6-mb7.dtsi
··· 85 85 }; 86 86 87 87 &i2c3 { 88 - rtc: mcp7940x@6f { 88 + rtc: rtc@6f { 89 89 compatible = "microchip,mcp7940x"; 90 90 reg = <0x6f>; 91 91 };
+1 -1
arch/arm/boot/dts/imx6ul-tx6ul-mainboard.dts
··· 119 119 /delete-node/ codec@a; 120 120 /delete-node/ touchscreen@48; 121 121 122 - rtc: mcp7940x@6f { 122 + rtc: rtc@6f { 123 123 compatible = "microchip,mcp7940x"; 124 124 reg = <0x6f>; 125 125 };
+1 -1
arch/arm/boot/dts/imx7-colibri-aster.dtsi
··· 103 103 }; 104 104 105 105 /* M41T0M6 real time clock on carrier board */ 106 - rtc: m41t0m6@68 { 106 + rtc: rtc@68 { 107 107 compatible = "st,m41t0"; 108 108 reg = <0x68>; 109 109 };
+1 -1
arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi
··· 129 129 }; 130 130 131 131 /* M41T0M6 real time clock on carrier board */ 132 - rtc: m41t0m6@68 { 132 + rtc: rtc@68 { 133 133 compatible = "st,m41t0"; 134 134 reg = <0x68>; 135 135 };
+1 -1
arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
··· 103 103 status = "okay"; 104 104 105 105 /* M41T0M6 real time clock on carrier board */ 106 - rtc: m41t0m6@68 { 106 + rtc: rtc@68 { 107 107 compatible = "st,m41t0"; 108 108 reg = <0x68>; 109 109 };