Hi Wolfram, On Thu, Aug 25, 2022 at 9:11 AM Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> wrote: > I2C aliases are not a property of a SoC. They belong to board files > where they are named accordingly in the schematics. > > Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> Thanks for your patch! > --- a/arch/arm64/boot/dts/renesas/hihope-common.dtsi > +++ b/arch/arm64/boot/dts/renesas/hihope-common.dtsi > @@ -10,6 +10,14 @@ > > / { > aliases { > + i2c0 = &i2c0; > + i2c1 = &i2c1; > + i2c2 = &i2c2; > + i2c3 = &i2c3; > + i2c4 = &i2c4; > + i2c5 = &i2c5; > + i2c6 = &i2c6; > + i2c7 = &iic_pmic; > serial0 = &scif2; > serial1 = &hscif0; > mmc0 = &sdhi3; Oops: arch/arm64/boot/dts/renesas/hihope-common.dtsi:12.10-26.4: ERROR (path_references): /aliases: Reference to non-existent node or label "iic_pmic" I've sent a fix: "[PATCH] arm64: dts: renesas: r8a774e1: Rename i2c_dvfs to iic_pmic" https://lore.kernel.org/r/7d60653d4d63904dc025a133297a53eb885fa064.1661525361.git.geert+renesas@xxxxxxxxx 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