Skip to content

Commit f45385c

Browse files
robherringmmind
authored andcommitted
arm64: dts: rockchip: Fix pinctrl property typo on rk3326-odroid-go3
"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>
1 parent 3ea9fe5 commit f45385c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3326-odroid-go3.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
joystick_mux_controller: mux-controller {
1616
compatible = "gpio-mux";
17-
pinctrl = <&mux_en_pins>;
17+
pinctrl-0 = <&mux_en_pins>;
18+
pinctrl-names = "default";
1819
#mux-control-cells = <0>;
1920

2021
mux-gpios = <&gpio3 RK_PB3 GPIO_ACTIVE_LOW>,

0 commit comments

Comments
 (0)