Message ID | 20240523205041.7356-2-wsa+renesas@sang-engineering.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | e9e6ed5a220f59a298db39b861500a6aea66e528 |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | arm64: dts: renesas: add aliases for I2C | expand |
On Thu, May 23, 2024 at 10:50 PM Wolfram Sang <wsa+renesas@sang-engineering.com> wrote: > They are numbered like this in the schematics, so keep the names in > Linux the same. > > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> i.e. will queue in renesas-devel for v6.11, with s/busses/buses/. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org 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
diff --git a/arch/arm64/boot/dts/renesas/white-hawk-cpu-common.dtsi b/arch/arm64/boot/dts/renesas/white-hawk-cpu-common.dtsi index 8ac17370ff36..dd201f587e15 100644 --- a/arch/arm64/boot/dts/renesas/white-hawk-cpu-common.dtsi +++ b/arch/arm64/boot/dts/renesas/white-hawk-cpu-common.dtsi @@ -13,6 +13,12 @@ / { aliases { ethernet0 = &avb0; + i2c0 = &i2c0; + i2c1 = &i2c1; + i2c2 = &i2c2; + i2c3 = &i2c3; + i2c4 = &i2c4; + i2c5 = &i2c5; serial0 = &hscif0; };
They are numbered like this in the schematics, so keep the names in Linux the same. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> --- arch/arm64/boot/dts/renesas/white-hawk-cpu-common.dtsi | 6 ++++++ 1 file changed, 6 insertions(+)