diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2017-01-22 22:05:28 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-01-27 11:00:41 -0800 |
commit | 249a2243e97edcd2cb0bef01a934d4ba21fb167f (patch) | |
tree | ec998f20afff45815b4d696d682c7f9fd565f138 /arch/arm64 | |
parent | e48512244f653960cfbb002597686362558533d1 (diff) | |
download | linux-stable-249a2243e97edcd2cb0bef01a934d4ba21fb167f.tar.gz linux-stable-249a2243e97edcd2cb0bef01a934d4ba21fb167f.tar.bz2 linux-stable-249a2243e97edcd2cb0bef01a934d4ba21fb167f.zip |
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 <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi index bdf2305a2e25..5f1100af72b1 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi @@ -117,6 +117,13 @@ function = "remote_input_ao"; }; }; + + pwm_ao_b_pins: pwm_ao_b { + mux { + groups = "pwm_ao_b"; + function = "pwm_ao_b"; + }; + }; }; }; |