Commit 398f460d authored by Gwenhael Goavec-Merou's avatar Gwenhael Goavec-Merou Committed by Shawn Guo

ARM: dts: apf27dev: Add pwm support

Signed-off-by: default avatarGwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 9648b2ef
......@@ -165,6 +165,12 @@ MX27_PAD_I2C2_SCL__I2C2_SCL 0x0
>;
};
pinctrl_pwm: pwmgrp {
fsl,pins = <
MX27_PAD_PWMO__PWMO 0x0
>;
};
pinctrl_sdhc2: sdhc2grp {
fsl,pins = <
MX27_PAD_SD2_CLK__SD2_CLK 0x0
......@@ -185,3 +191,8 @@ &sdhci2 {
pinctrl-0 = <&pinctrl_sdhc2>;
status = "okay";
};
&pwm {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm>;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment