]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: rockchip: Fix pinctrl property typo on rk3326-odroid-go3
authorRob Herring (Arm) <robh@kernel.org>
Thu, 8 Jan 2026 23:06:13 +0000 (17:06 -0600)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 9 Jan 2026 19:48:26 +0000 (20:48 +0100)
"pinctrl" is not a defined property name. The correct name is
"pinctrl-0".

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
[added missing pinctrl-names property]
Link: https://patch.msgid.link/20260108230613.1349060-1-robh@kernel.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3326-odroid-go3.dts

index 35bbaf559ca32a1a757f8af1b0199c52c4284f8a..6b0563cb4d3a615019364d6acd00476ec2491cf0 100644 (file)
@@ -14,7 +14,8 @@
 
        joystick_mux_controller: mux-controller {
                compatible = "gpio-mux";
-               pinctrl = <&mux_en_pins>;
+               pinctrl-0 = <&mux_en_pins>;
+               pinctrl-names = "default";
                #mux-control-cells = <0>;
 
                mux-gpios = <&gpio3 RK_PB3 GPIO_ACTIVE_LOW>,