[PATCH V2 1/6] board: rockchip: Correct i2c2 pinctrl for RGxx3

Kever Yang kever.yang at rock-chips.com
Wed Jul 26 11:11:49 CEST 2023


On 2023/5/16 00:00, Chris Morgan wrote:
> From: Chris Morgan <macromorgan at hotmail.com>
>
> 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 at hotmail.com>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>

Thanks,
- Kever
> ---
>   arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi | 2 ++
>   1 file changed, 2 insertions(+)
>
> 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";
>   };
>   


More information about the U-Boot mailing list