diff options
author | Thierry Reding <treding@nvidia.com> | 2021-12-20 14:43:11 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-01-28 05:03:34 +0100 |
commit | 7c937d263db4803e8c1d8111aaa93ff46c15c193 (patch) | |
tree | 50c6a164760b935513e90f2c705a9115ced34de4 /arch/arm/boot/dts/imx51-ts4800.dts | |
parent | ARM: dts: imx28: Use correct compatible string for RTC (diff) | |
download | linux-7c937d263db4803e8c1d8111aaa93ff46c15c193.tar.xz linux-7c937d263db4803e8c1d8111aaa93ff46c15c193.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx51-ts4800.dts')
-rw-r--r-- | arch/arm/boot/dts/imx51-ts4800.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx51-ts4800.dts b/arch/arm/boot/dts/imx51-ts4800.dts index 6ecb83e7f336..85654d6baf28 100644 --- a/arch/arm/boot/dts/imx51-ts4800.dts +++ b/arch/arm/boot/dts/imx51-ts4800.dts @@ -102,7 +102,7 @@ pinctrl-0 = <&pinctrl_i2c2>; status = "okay"; - rtc: m41t00@68 { + rtc: rtc@68 { compatible = "st,m41t00"; reg = <0x68>; }; |