diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-07-29 15:26:18 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-08-09 11:06:34 -0700 |
commit | cca30c891247fc35655bc24836f46094771d3d47 (patch) | |
tree | 32513a07467c6b3450f08c1a78dd8381b82df757 /arch/arm64/boot/dts/amlogic | |
parent | 1499218c80c99ae73c937c370142c8f6048002d5 (diff) | |
download | linux-cca30c891247fc35655bc24836f46094771d3d47.tar.bz2 |
arm64: dts: meson-g12-common: add pwm_a on GPIOE_2 pinmux
Add the ao_pinctrl subnode for the pwm_a function on GPIOE_2.
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Kevin Hilman <khilman@baylibre.com>
Tested-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi index 06e186ca41e3..38d70ce1cfc7 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi @@ -1970,6 +1970,14 @@ }; }; + pwm_a_e_pins: pwm-a-e { + mux { + groups = "pwm_a_e"; + function = "pwm_a_e"; + bias-disable; + }; + }; + pwm_ao_a_pins: pwm-ao-a { mux { groups = "pwm_ao_a"; |