mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 18:20:53 +07:00
ARM: dts: mxs: Add muxing options for the third PWM
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
7ecc70a98c
commit
d248620c9a
@ -502,6 +502,16 @@ pwm3_pins_a: pwm3@0 {
|
||||
fsl,pull-up = <0>;
|
||||
};
|
||||
|
||||
pwm3_pins_b: pwm3@1 {
|
||||
reg = <1>;
|
||||
fsl,pinmux-ids = <
|
||||
0x3141 /* MX28_PAD_SAIF0_MCLK__PWM3 */
|
||||
>;
|
||||
fsl,drive-strength = <0>;
|
||||
fsl,voltage = <1>;
|
||||
fsl,pull-up = <0>;
|
||||
};
|
||||
|
||||
pwm4_pins_a: pwm4@0 {
|
||||
reg = <0>;
|
||||
fsl,pinmux-ids = <
|
||||
|
Loading…
Reference in New Issue
Block a user