linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6: RDU2: add alias for RTC
@ 2017-11-08 18:22 Lucas Stach
  2017-11-16  9:05 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2017-11-08 18:22 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
index ea9d3c1199e9..289224b863fa 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 at 68 {
+	ds1341: rtc at 68 {
 		compatible = "dallas,ds1341";
 		reg = <0x68>;
 	};
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: dts: imx6: RDU2: add alias for RTC
  2017-11-08 18:22 [PATCH] ARM: dts: imx6: RDU2: add alias for RTC Lucas Stach
@ 2017-11-16  9:05 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2017-11-16  9:05 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Nov 08, 2017 at 07:22:25PM +0100, Lucas Stach wrote:
> 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>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-16  9:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-08 18:22 [PATCH] ARM: dts: imx6: RDU2: add alias for RTC Lucas Stach
2017-11-16  9:05 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).