Hi, Geert, On 11.12.2024 15:27, Geert Uytterhoeven wrote: > Hi Claudiu, > > On Fri, Dec 6, 2024 at 12:14 PM Claudiu <claudiu.beznea@xxxxxxxxx> wrote: >> From: Claudiu Beznea <claudiu.beznea.uj@xxxxxxxxxxxxxx> >> >> Add the device tree node for the ADC IP available on the Renesas RZ/G3S >> SoC. >> >> Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@xxxxxxxxxxxxxx> > > Thanks for your patch! > >> --- a/arch/arm64/boot/dts/renesas/r9a08g045.dtsi >> +++ b/arch/arm64/boot/dts/renesas/r9a08g045.dtsi >> @@ -87,6 +87,59 @@ rtc: rtc@1004ec00 { >> status = "disabled"; >> }; >> >> + adc: adc@10058000 { >> + compatible = "renesas,r9a08g045-adc"; >> + reg = <0 0x10058000 0 0x400>; > > Table 5.1 ("Detailed Address Space") says the size is 4 KiB. > > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > i.e. will queue in renesas-devel for v6.14, with the above fixed. Thank you! > > Gr{oetje,eeting}s, > > Geert >