board: rockchip: Correct i2c2 pinctrl for RGxx3
authorChris Morgan <macromorgan@hotmail.com>
Mon, 15 May 2023 16:00:27 +0000 (11:00 -0500)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 28 Jul 2023 10:45:02 +0000 (18:45 +0800)
The pinctrl on the Anbernic RGxx3 for the i2c2 bus does not use the
default value, so explicitly define it.

Fixes: 6cf6fe25370c ("board: rockchip: add Anbernic RGXX3 Series Devices")
Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi

index a18e5d1..62e7522 100644 (file)
@@ -47,6 +47,8 @@
 };
 
 &i2c2 {
+       pinctrl-0 = <&i2c2m1_xfer>;
+       pinctrl-names = "default";
        status = "okay";
 };