]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: rockchip: fix i2c2 pinctrl-names property on anbernic-rg353p/v
authorHeiko Stuebner <heiko@sntech.de>
Tue, 8 Oct 2024 20:39:27 +0000 (22:39 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 10 Oct 2024 18:56:25 +0000 (20:56 +0200)
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: 523adb553573 ("arm64: dts: rockchip: add Anbernic RG353P and RG503")
Fixes: 1e141cf12726 ("arm64: dts: rockchip: add Anbernic RG353V and RG353VS")
Cc: Chris Morgan <macromorgan@hotmail.com>
Acked-by: Chris Morgan <macromorgan@hotmail.com>
Reviewed-by: Dragan Simic <dsimic@manjaro.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20241008203940.2573684-2-heiko@sntech.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts
arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts

index a73cf30801ec7f33fc5ef42cd5288c99400f95df..9816a4ed4599e82bca5e29b4008d8372179186c8 100644 (file)
@@ -92,7 +92,7 @@
 };
 
 &i2c2 {
-       pintctrl-names = "default";
+       pinctrl-names = "default";
        pinctrl-0 = <&i2c2m1_xfer>;
        status = "okay";
 
index e9954a33e8cd31f20890ac39e0d03428e87a86af..a79a5614bcc885a492c5703d4ad48e23edfdd712 100644 (file)
@@ -79,7 +79,7 @@
 };
 
 &i2c2 {
-       pintctrl-names = "default";
+       pinctrl-names = "default";
        pinctrl-0 = <&i2c2m1_xfer>;
        status = "okay";