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>
This commit is contained in:
parent
1499218c80
commit
cca30c8912
|
@ -1970,6 +1970,14 @@ mux {
|
|||
};
|
||||
};
|
||||
|
||||
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";
|
||||
|
|
Loading…
Reference in New Issue