Skip to content

Commit f94b934

Browse files
committed
arm64: dts: rockchip: fix i2c2 pinctrl-names property on anbernic-rg353p/v
We want to control pins, not beer mugs, so rename pintctrl-names to the expected pinctrl-names. This was not affecting functionality, because the i2c2 controller already had a set of pinctrl properties. Fixes: 523adb5 ("arm64: dts: rockchip: add Anbernic RG353P and RG503") Fixes: 1e141cf ("arm64: dts: rockchip: add Anbernic RG353V and RG353VS") Cc: Chris Morgan <[email protected]> Acked-by: Chris Morgan <[email protected]> Reviewed-by: Dragan Simic <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 2b6a3f8 commit f94b934

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
};
9393

9494
&i2c2 {
95-
pintctrl-names = "default";
95+
pinctrl-names = "default";
9696
pinctrl-0 = <&i2c2m1_xfer>;
9797
status = "okay";
9898

arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
};
8080

8181
&i2c2 {
82-
pintctrl-names = "default";
82+
pinctrl-names = "default";
8383
pinctrl-0 = <&i2c2m1_xfer>;
8484
status = "okay";
8585

0 commit comments

Comments
 (0)