devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: renesas: gray-hawk-single: add aliases for I2C busses
@ 2024-05-15  9:18 Wolfram Sang
  2024-05-15 20:43 ` Wolfram Sang
  2024-05-22  9:13 ` Geert Uytterhoeven
  0 siblings, 2 replies; 4+ messages in thread
From: Wolfram Sang @ 2024-05-15  9:18 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Wolfram Sang, Geert Uytterhoeven, Magnus Damm, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, devicetree, linux-kernel

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: renesas: gray-hawk-single: add aliases for I2C busses
  2024-05-15  9:18 [PATCH] arm64: dts: renesas: gray-hawk-single: add aliases for I2C busses Wolfram Sang
@ 2024-05-15 20:43 ` Wolfram Sang
  2024-05-22  9:13   ` Geert Uytterhoeven
  2024-05-22  9:13 ` Geert Uytterhoeven
  1 sibling, 1 reply; 4+ messages in thread
From: Wolfram Sang @ 2024-05-15 20:43 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Geert Uytterhoeven, Magnus Damm, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, devicetree, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

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?


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: renesas: gray-hawk-single: add aliases for I2C busses
  2024-05-15  9:18 [PATCH] arm64: dts: renesas: gray-hawk-single: add aliases for I2C busses Wolfram Sang
  2024-05-15 20:43 ` Wolfram Sang
@ 2024-05-22  9:13 ` Geert Uytterhoeven
  1 sibling, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2024-05-22  9:13 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-renesas-soc, Magnus Damm, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, devicetree, linux-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: renesas: gray-hawk-single: add aliases for I2C busses
  2024-05-15 20:43 ` Wolfram Sang
@ 2024-05-22  9:13   ` Geert Uytterhoeven
  0 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2024-05-22  9:13 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Magnus Damm, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	devicetree, linux-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-05-22  9:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-15  9:18 [PATCH] arm64: dts: renesas: gray-hawk-single: add aliases for I2C busses Wolfram Sang
2024-05-15 20:43 ` Wolfram Sang
2024-05-22  9:13   ` Geert Uytterhoeven
2024-05-22  9:13 ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).