mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
arm64: dts: meson-g12-common: add more pwm_f options
Add missing PWM_F pin muxing for GPIOA_11 and GPIOZ_12. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://lore.kernel.org/r/20220112211642.2248901-3-gary.bisson@boundarydevices.com
This commit is contained in:
parent
ac4dfd0d1d
commit
0739832333
|
|
@ -839,6 +839,22 @@ mux {
|
|||
};
|
||||
};
|
||||
|
||||
pwm_f_z_pins: pwm-f-z {
|
||||
mux {
|
||||
groups = "pwm_f_z";
|
||||
function = "pwm_f";
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
|
||||
pwm_f_a_pins: pwm-f-a {
|
||||
mux {
|
||||
groups = "pwm_f_a";
|
||||
function = "pwm_f";
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
|
||||
pwm_f_x_pins: pwm-f-x {
|
||||
mux {
|
||||
groups = "pwm_f_x";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user