Commit f45385c5 authored by Rob Herring (Arm)'s avatar Rob Herring (Arm) Committed by Heiko Stuebner
Browse files

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: default avatarRob Herring (Arm) <robh@kernel.org>
[added missing pinctrl-names property]
Link: https://patch.msgid.link/20260108230613.1349060-1-robh@kernel.org


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 3ea9fe57
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>,