Message ID | 1385822170-98486-2-git-send-email-gwenhael.goavec-merou@armadeus.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sat, Nov 30, 2013 at 03:36:09PM +0100, Gwenhael Goavec-Merou wrote: > Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com> > --- > arch/arm/boot/dts/imx27-apf27dev.dts | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/arch/arm/boot/dts/imx27-apf27dev.dts b/arch/arm/boot/dts/imx27-apf27dev.dts > index 0010b3e..6069331 100644 > --- a/arch/arm/boot/dts/imx27-apf27dev.dts > +++ b/arch/arm/boot/dts/imx27-apf27dev.dts > @@ -125,6 +125,10 @@ > pinctrl_sdhc2: sdhc2grp { > fsl,pins = <MX27_SDHC2_PINGRP1>; > }; > + > + pinctrl_pwm0: pwm0grp { Please sort these pinctrl entries alphabetically. Shawn > + fsl,pins = <MX27_PWM_PINGRP1>; > + }; > }; > }; > > @@ -135,3 +139,8 @@ > pinctrl-0 = <&pinctrl_sdhc2>; > status = "okay"; > }; > + > +&pwm { > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_pwm0>; > +}; > -- > 1.8.3.2 >
diff --git a/arch/arm/boot/dts/imx27-apf27dev.dts b/arch/arm/boot/dts/imx27-apf27dev.dts index 0010b3e..6069331 100644 --- a/arch/arm/boot/dts/imx27-apf27dev.dts +++ b/arch/arm/boot/dts/imx27-apf27dev.dts @@ -125,6 +125,10 @@ pinctrl_sdhc2: sdhc2grp { fsl,pins = <MX27_SDHC2_PINGRP1>; }; + + pinctrl_pwm0: pwm0grp { + fsl,pins = <MX27_PWM_PINGRP1>; + }; }; }; @@ -135,3 +139,8 @@ pinctrl-0 = <&pinctrl_sdhc2>; status = "okay"; }; + +&pwm { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_pwm0>; +};
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com> --- arch/arm/boot/dts/imx27-apf27dev.dts | 9 +++++++++ 1 file changed, 9 insertions(+)