[PATCH] arm64: dts: renesas: gray-hawk-single: add aliases for I2C busses

Wolfram Sang posted 1 patch 1 year, 9 months ago
arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts | 4 ++++
1 file changed, 4 insertions(+)
[PATCH] arm64: dts: renesas: gray-hawk-single: add aliases for I2C busses
Posted by Wolfram Sang 1 year, 9 months ago
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/r8a779h0-gray-hawk-single.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts b/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts
index cfbe8c8680cd..2b9a19bb1c5d 100644
--- a/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts
+++ b/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts
@@ -17,6 +17,10 @@ / {
 	compatible = "renesas,gray-hawk-single", "renesas,r8a779h0";
 
 	aliases {
+		i2c0 = &i2c0;
+		i2c1 = &i2c1;
+		i2c2 = &i2c2;
+		i2c3 = &i2c3;
 		serial0 = &hscif0;
 		serial1 = &hscif2;
 		ethernet0 = &avb0;
-- 
2.43.0
Re: [PATCH] arm64: dts: renesas: gray-hawk-single: add aliases for I2C busses
Posted by Geert Uytterhoeven 1 year, 8 months ago
On Wed, May 15, 2024 at 11:19 AM 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.

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
Re: [PATCH] arm64: dts: renesas: gray-hawk-single: add aliases for I2C busses
Posted by Wolfram Sang 1 year, 9 months ago
On Wed, May 15, 2024 at 11:18:51AM +0200, Wolfram Sang 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>

Hmmm, Spider and WhiteHawk are also missing this. Shall I send v2 with
these included or incremental patches?

Re: [PATCH] arm64: dts: renesas: gray-hawk-single: add aliases for I2C busses
Posted by Geert Uytterhoeven 1 year, 8 months ago
Hi Wolfram,

On Wed, May 15, 2024 at 10:43 PM Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
> On Wed, May 15, 2024 at 11:18:51AM +0200, Wolfram Sang 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>
>
> Hmmm, Spider and WhiteHawk are also missing this. Shall I send v2 with
> these included or incremental patches?

Please send incremental patches.

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