Message ID | 20210801160921.233081-1-romain.perier@gmail.com |
---|---|
Headers | show |
Series | Add RTC for MStar SoCs | expand |
Hi Romain, On Mon, 2 Aug 2021 at 01:09, Romain Perier <romain.perier@gmail.com> 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
Hi, As I need to send a v3, I can fix it, no worries. Cheers, Romain Le lun. 2 août 2021 à 12:40, Daniel Palmer <daniel@0x0f.com> a écrit : > > Hi Romain, > > On Mon, 2 Aug 2021 at 01:09, Romain Perier <romain.perier@gmail.com> 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