Commit 5bdeb3d2 authored by Andre Przywara's avatar Andre Przywara Committed by Jernej Skrabec

arm64: dts: allwinner: h616: Fix I2C0 pins

Currently we specify the pins for the I2C0 function as PI6 and PI7, even
though they are actually PI5 and PI6. Linux' pinctrl driver and the H616
user manual confirm this.

Fix the pin names in the pins property. None of the existing DTs in the
tree seems to use I2C0, which explains why this went unnoticed.

Fixes: 0d17c865 ("arm64: dts: allwinner: Add Allwinner H616 .dtsi file")
Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
Acked-by: default avatarJernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20240329103825.25463-1-andre.przywara@arm.comSigned-off-by: default avatarJernej Skrabec <jernej.skrabec@gmail.com>
parent 1428f0c1
...@@ -194,7 +194,7 @@ ext_rgmii_pins: rgmii-pins { ...@@ -194,7 +194,7 @@ ext_rgmii_pins: rgmii-pins {
}; };
i2c0_pins: i2c0-pins { i2c0_pins: i2c0-pins {
pins = "PI6", "PI7"; pins = "PI5", "PI6";
function = "i2c0"; function = "i2c0";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment