From: Chris Morgan Date: Mon, 15 May 2023 16:00:27 +0000 (-0500) Subject: board: rockchip: Correct i2c2 pinctrl for RGxx3 X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=59c255ae5f3000f9bf7f3d703415f81f721afc88;p=u-boot.git board: rockchip: Correct i2c2 pinctrl for RGxx3 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 Reviewed-by: Kever Yang --- diff --git a/arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi b/arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi index a18e5d1cf7..62e75223af 100644 --- a/arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi +++ b/arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi @@ -47,6 +47,8 @@ }; &i2c2 { + pinctrl-0 = <&i2c2m1_xfer>; + pinctrl-names = "default"; status = "okay"; };