aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx53-tx53.dtsi
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2021-12-20 14:43:11 +0100
committerShawn Guo <shawnguo@kernel.org>2022-01-28 12:03:34 +0800
commit7c937d263db4803e8c1d8111aaa93ff46c15c193 (patch)
tree50c6a164760b935513e90f2c705a9115ced34de4 /arch/arm/boot/dts/imx53-tx53.dtsi
parentARM: dts: imx28: Use correct compatible string for RTC (diff)
downloadlinux-dev-7c937d263db4803e8c1d8111aaa93ff46c15c193.tar.xz
linux-dev-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/imx53-tx53.dtsi')
-rw-r--r--arch/arm/boot/dts/imx53-tx53.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-tx53.dtsi b/arch/arm/boot/dts/imx53-tx53.dtsi
index 81c2726a328a..8712e9851465 100644
--- a/arch/arm/boot/dts/imx53-tx53.dtsi
+++ b/arch/arm/boot/dts/imx53-tx53.dtsi
@@ -241,7 +241,7 @@
clock-frequency = <400000>;
status = "okay";
- rtc1: ds1339@68 {
+ rtc1: rtc@68 {
compatible = "dallas,ds1339";
reg = <0x68>;
pinctrl-names = "default";