diff options
author | Lucas Stach | 2017-11-08 19:22:25 +0100 |
---|---|---|
committer | Shawn Guo | 2017-12-26 09:15:44 +0100 |
commit | cab54cea5e49f2baddb3ead7d0ce54fd39116b7c (patch) | |
tree | f3350dd542c635697a512d2c798db3f0baa8ada0 /arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | |
parent | ARM: dts: imx: rdu1: cosmetic changes to the audio nodes (diff) | |
download | kernel-qcow2-linux-cab54cea5e49f2baddb3ead7d0ce54fd39116b7c.tar.gz kernel-qcow2-linux-cab54cea5e49f2baddb3ead7d0ce54fd39116b7c.tar.xz kernel-qcow2-linux-cab54cea5e49f2baddb3ead7d0ce54fd39116b7c.zip |
ARM: dts: imx6: RDU2: add alias for RTC
This makes sure that the battery backed RTC is always the
primary one, regardless of the driver probe ordering.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi index 195fc2e4f0cb..5ea99490bfcc 100644 --- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi +++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi @@ -49,6 +49,7 @@ aliases { mdio-gpio0 = &mdio1; + rtc0 = &ds1341; }; mdio1: mdio { @@ -501,7 +502,7 @@ reg = <0x54>; }; - rtc@68 { + ds1341: rtc@68 { compatible = "dallas,ds1341"; reg = <0x68>; }; |