Re: [PATCH v2 3/3] ARM: dts: mstar: Add rtc device node
From: Daniel Palmer <hidden>
Date: 2021-08-02 10:40:11
Also in:
linux-arm-kernel, linux-devicetree, lkml
From: Daniel Palmer <hidden>
Date: 2021-08-02 10:40:11
Also in:
linux-arm-kernel, linux-devicetree, lkml
Hi Romain, On Mon, 2 Aug 2021 at 01:09, Romain Perier [off-list ref] wrote:
+++ b/arch/arm/boot/dts/mstar-v7.dtsi@@ -116,6 +116,13 @@ watchdog@6000 { clocks = <&xtal_div2>; }; + rtc@2400 {
I think the rtc should be before the watchdog as the address is lower. I think maybe this got flipped around during cherry-picking. I can flip it around when I pull this into an mstar dts for 5.15 branch so you don't need to fix it and send a v3 assuming everything else is ok. Thanks, Daniel