Skip to content

Commit 249a224

Browse files
xdarklightkhilman
authored andcommitted
ARM64: dts: meson-gxl: add the pwm_ao_b pin
This adds the pwm_ao_b pin to allow boards which have an LED connected to GPIOAO_9 to use the leds-pwm driver (by activating the pwm_AO_ab node and passing the pwm_ao_b_pin pinctrl-reference). Signed-off-by: Martin Blumenstingl <[email protected]> Signed-off-by: Kevin Hilman <[email protected]>
1 parent e485122 commit 249a224

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm64/boot/dts/amlogic/meson-gxl.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@
117117
function = "remote_input_ao";
118118
};
119119
};
120+
121+
pwm_ao_b_pins: pwm_ao_b {
122+
mux {
123+
groups = "pwm_ao_b";
124+
function = "pwm_ao_b";
125+
};
126+
};
120127
};
121128
};
122129

0 commit comments

Comments
 (0)