diff mbox series

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

Message ID 20240515091925.24353-2-wsa+renesas@sang-engineering.com (mailing list archive)
State Mainlined
Commit 200cba84b6a9e6b16f5c2a61ef231b199222028b
Delegated to: Geert Uytterhoeven
Headers show
Series arm64: dts: renesas: gray-hawk-single: add aliases for I2C busses | expand

Commit Message

Wolfram Sang May 15, 2024, 9:18 a.m. UTC
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(+)

Comments

Wolfram Sang May 15, 2024, 8:43 p.m. UTC | #1
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?
Geert Uytterhoeven May 22, 2024, 9:13 a.m. UTC | #2
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
diff mbox series

Patch

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;