summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/renesas/r8a7793-gose.dts
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2023-10-23 15:52:15 +0200
committerGeert Uytterhoeven <geert+renesas@glider.be>2023-11-13 14:35:36 +0100
commita84e0556f1347936557dabfd875b55563de52d16 (patch)
tree643898f2e88d35b7bec415918ae09d0522209c35 /arch/arm/boot/dts/renesas/r8a7793-gose.dts
parentbfc1d3a9011a35e673b026055194dc09e734742a (diff)
ARM: dts: renesas: rcar-gen2: Fix I2C bus demux node names
make dtbs_check: $nodename:0: 'i2c-10' does not match '^(i2c-?)?mux' Fix this by renaming all I2C bus demultiplexer node names to "i2c-mux<N>". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Link: https://lore.kernel.org/r/63e97cb50282b3255ba9654f539b9baa8c621b30.1698068647.git.geert+renesas@glider.be
Diffstat (limited to 'arch/arm/boot/dts/renesas/r8a7793-gose.dts')
-rw-r--r--arch/arm/boot/dts/renesas/r8a7793-gose.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/renesas/r8a7793-gose.dts b/arch/arm/boot/dts/renesas/r8a7793-gose.dts
index 79b537b24642..58e26706a5bc 100644
--- a/arch/arm/boot/dts/renesas/r8a7793-gose.dts
+++ b/arch/arm/boot/dts/renesas/r8a7793-gose.dts
@@ -324,7 +324,7 @@
/*
* A fallback to GPIO is provided for I2C2.
*/
- i2chdmi: i2c-11 {
+ i2chdmi: i2c-mux1 {
compatible = "i2c-demux-pinctrl";
i2c-parent = <&i2c2>, <&gpioi2c2>;
i2c-bus-name = "i2c-hdmi";
@@ -430,7 +430,7 @@
* I2C4 is routed to EXIO connector E, pins 37 (SCL) + 39 (SDA).
* A fallback to GPIO is provided.
*/
- i2cexio4: i2c-12 {
+ i2cexio4: i2c-mux2 {
compatible = "i2c-demux-pinctrl";
i2c-parent = <&i2c4>, <&gpioi2c4>;
i2c-bus-name = "i2c-exio4";