From: Andre Przywara Date: Fri, 29 Mar 2024 10:38:25 +0000 (+0000) Subject: arm64: dts: allwinner: h616: Fix I2C0 pins X-Git-Tag: v6.10-rc1~239^2~22^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bdeb3d2e240e599a9cb4315a013e3bd5436447d;p=thirdparty%2Flinux.git 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: 0d17c8651188 ("arm64: dts: allwinner: Add Allwinner H616 .dtsi file") Signed-off-by: Andre Przywara Acked-by: Jernej Skrabec Link: https://lore.kernel.org/r/20240329103825.25463-1-andre.przywara@arm.com Signed-off-by: Jernej Skrabec --- diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi index b2e85e52d1a12..a061b69c07c2c 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi @@ -194,7 +194,7 @@ }; i2c0_pins: i2c0-pins { - pins = "PI6", "PI7"; + pins = "PI5", "PI6"; function = "i2c0"; };