From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Subject: Re: [PATCH 2/4] ARM: dts: imx7d-sdp: Fix watchdog and pwm pinmux Date: Thu, 19 Jan 2017 10:02:00 -0200 Message-ID: References: <20170119090924.19636-1-s.hauer@pengutronix.de> <20170119090924.19636-3-s.hauer@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <20170119090924.19636-3-s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Sascha Hauer Cc: "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , Fabio Estevam , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Shawn Guo , Sascha Hauer List-Id: devicetree@vger.kernel.org On Thu, Jan 19, 2017 at 7:09 AM, Sascha Hauer wrote: > The watchdog pin and the pwm output pin are controlled by the > iomuxc_lpsr, not the regular iomux, so move the pins there. > > Signed-off-by: Sascha Hauer Reviewed-by: Fabio Estevam Just two minor nits that probably Shawn can take care while applying it" in Subject there is a typo "sdb". > --- > arch/arm/boot/dts/imx7d-sdb.dts | 26 ++++++++++++++------------ > 1 file changed, 14 insertions(+), 12 deletions(-) > > diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts > index 2f33c463cbce..84f35a6cbb30 100644 > --- a/arch/arm/boot/dts/imx7d-sdb.dts > +++ b/arch/arm/boot/dts/imx7d-sdb.dts > @@ -502,12 +502,6 @@ > >; > }; > > - pinctrl_pwm1: pwm1grp { > - fsl,pins = < > - MX7D_PAD_GPIO1_IO01__PWM1_OUT 0x110b0 > - >; > - }; > - > pinctrl_tsc2046_pendown: tsc2046_pendown { > fsl,pins = < > MX7D_PAD_EPDC_BDR1__GPIO2_IO29 0x59 > @@ -635,11 +629,19 @@ > MX7D_PAD_SD3_STROBE__SD3_STROBE 0x1b > >; > }; > - > - pinctrl_wdog: wdoggrp { > - fsl,pins = < > - MX7D_PAD_GPIO1_IO00__WDOD1_WDOG_B 0x74 > - >; > - }; > }; > }; > + > +&iomuxc_lpsr { > + pinctrl_wdog: wdoggrp { > + fsl,pins = < > + MX7D_PAD_GPIO1_IO00__WDOD1_WDOG_B 0x74 > + >; > + }; > + > + pinctrl_pwm1: pwm1grp { > + fsl,pins = < > + MX7D_PAD_GPIO1_IO01__PWM1_OUT 0x110b0 > + >; > + }; > +}; > \ No newline at end of file This could be fixed as well. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html