Hi Krzysztof, On Sat, Jan 11, 2025 at 10:35 AM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote: > On 11/01/2025 09:09, Nobuhiro Iwamatsu wrote: > > +++ b/arch/arm64/boot/dts/renesas/r9a09g057h48-kakip.dts > > + stdout-path = "serial0:115200n8"; > > + }; > > + > > + memory@48000000 { > > + device_type = "memory"; > > + /* first 128MB is reserved for secure area. */ > > + reg = <0x0 0x48000000 0x1 0xF8000000>; > > + }; > > + > > + reg_3p3v: regulator1 { > > Keep consistent naming. regulator-1 or the name as in bindings: > 'regulator-[0-9]v[0-9]' Please use the latter... > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml?h=v6.11-rc1#n46 > > > + compatible = "regulator-fixed"; > > + > > + regulator-name = "fixed-3.3V"; > > + regulator-min-microvolt = <3300000>; > > + regulator-max-microvolt = <3300000>; > > + regulator-boot-on; > > + regulator-always-on; > > + }; > > + > > + vqmmc_sdhi0: regulator-vccq-sdhi0 { > > regulator-2? Why different styles of names? ... i.e. no numbered regulators, as these tend to cause hard-to-debug conflicts. 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