Hi Biju, On Fri, Dec 1, 2023 at 2:48 PM Biju Das <biju.das.jz@xxxxxxxxxxxxxx> wrote: > > From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> > > On Fri, Dec 1, 2023 at 12:09 PM Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > > wrote: > > > Enable PMIC DA9062 and the built-in RTC on the RZ/{G2UL,Five} SMARC > > > EVK. > > > > > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > > > > Thanks for your patch! > > > > > --- a/arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi > > > +++ b/arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi > > > @@ -23,6 +23,35 @@ &cpu_dai { > > > &i2c0 { > > > clock-frequency = <400000>; > > > > > > + da9062: pmic@58 { > > > + compatible = "dlg,da9062"; > > > + reg = <0x58>; > > > + > > > + da9062_rtc: rtc { > > > + compatible = "dlg,da9062-rtc"; > > > + }; > > > + > > > + da9062_onkey: onkey { > > > + compatible = "dlg,da9062-onkey"; > > > + status = "disabled"; > > > > Why is this disabled? This is connected to the power button. > > I haven't tested this driver. OK I will test and enable it. > > > > > > + }; > > > + > > > + watchdog { > > > + compatible = "dlg,da9062-watchdog"; > > > + status = "disabled"; > > > + }; > > > + > > > + thermal { > > > + compatible = "dlg,da9062-thermal"; > > > + status = "disabled"; > > > + }; > > > + > > > + gpio { > > > + compatible = "dlg,da9062-gpio"; > > > + status = "disabled"; > > > + }; > > > > Why are these three disabled? > > If they are truly unused, you can just drop the nodes instead. > > If I drop these, I get failed messages(eg: da9062-gpio: Failed to locate of_node [id: -1]) > for these nodes. IC... They are indeed mandatory, but ignored when disabled. Hence the subnodes should be made required in the DT bindings. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds