Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <andre.przywara@arm.com>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20240329103825.25463-1-andre.przywara@arm.com
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>

authored by

Andre Przywara and committed by
Jernej Skrabec
5bdeb3d2 1428f0c1

+1 -1
+1 -1
arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi
··· 194 194 }; 195 195 196 196 i2c0_pins: i2c0-pins { 197 - pins = "PI6", "PI7"; 197 + pins = "PI5", "PI6"; 198 198 function = "i2c0"; 199 199 }; 200 200