Re: [PATCH v5 3/7] ARM: dts: imx: imx7d-sbd add iomuxc-lpsr hoggrp-2 pads
On Fri, Sep 25, 2015 at 12:49:22PM +0200, Markus Pargmann wrote: > On Thu, Sep 24, 2015 at 03:53:59PM -0500, Adrian Alonso wrote: > > Add imx7d-sdb iomuxc-lpsr hoggrp-2 default pads settings > > > > Signed-off-by: Adrian Alonso > > --- > > Changes for V2: Resend > > Changes for V3: Resend > > Changes for V4: Resend > > Changes for V5: Resend > > > > arch/arm/boot/dts/imx7d-sdb.dts | 15 +++ > > 1 file changed, 15 insertions(+) > > > > diff --git a/arch/arm/boot/dts/imx7d-sdb.dts > > b/arch/arm/boot/dts/imx7d-sdb.dts > > index 8059458..c8a178c 100644 > > --- a/arch/arm/boot/dts/imx7d-sdb.dts > > +++ b/arch/arm/boot/dts/imx7d-sdb.dts > > @@ -419,3 +419,18 @@ > > > > }; > > }; > > + > > +&iomuxc_lpsr { > > + pinctrl-names = "default"; > > + pinctrl-0 = <&pinctrl_hog_2>; > > + > > + imx7d-sdb { > > + pinctrl_hog_2: hoggrp-2 { > > + fsl,pins = < > > + MX7D_PAD_GPIO1_IO05__GPIO1_IO50x14 > > + MX7D_PAD_GPIO1_IO07__GPIO1_IO70x59 > > + MX7D_PAD_GPIO1_IO00__WDOD1_WDOG_B 0x74 > > In my opinion this should still be in the pincontrol for the watchdog > instead of hogging. Also it is not obvious what the GPIOs are for. +1 Shawn -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: [PATCH v5 3/7] ARM: dts: imx: imx7d-sbd add iomuxc-lpsr hoggrp-2 pads
On Thu, Sep 24, 2015 at 03:53:59PM -0500, Adrian Alonso wrote: > Add imx7d-sdb iomuxc-lpsr hoggrp-2 default pads settings > > Signed-off-by: Adrian Alonso > --- > Changes for V2: Resend > Changes for V3: Resend > Changes for V4: Resend > Changes for V5: Resend > > arch/arm/boot/dts/imx7d-sdb.dts | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts > index 8059458..c8a178c 100644 > --- a/arch/arm/boot/dts/imx7d-sdb.dts > +++ b/arch/arm/boot/dts/imx7d-sdb.dts > @@ -419,3 +419,18 @@ > > }; > }; > + > +&iomuxc_lpsr { > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_hog_2>; > + > + imx7d-sdb { > + pinctrl_hog_2: hoggrp-2 { > + fsl,pins = < > + MX7D_PAD_GPIO1_IO05__GPIO1_IO50x14 > + MX7D_PAD_GPIO1_IO07__GPIO1_IO70x59 > + MX7D_PAD_GPIO1_IO00__WDOD1_WDOG_B 0x74 In my opinion this should still be in the pincontrol for the watchdog instead of hogging. Also it is not obvious what the GPIOs are for. Regards, Markus > + >; > + }; > + }; > +}; > -- > 2.1.4 > > > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0| Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917- | signature.asc Description: Digital signature
[PATCH v5 3/7] ARM: dts: imx: imx7d-sbd add iomuxc-lpsr hoggrp-2 pads
Add imx7d-sdb iomuxc-lpsr hoggrp-2 default pads settings Signed-off-by: Adrian Alonso --- Changes for V2: Resend Changes for V3: Resend Changes for V4: Resend Changes for V5: Resend arch/arm/boot/dts/imx7d-sdb.dts | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts index 8059458..c8a178c 100644 --- a/arch/arm/boot/dts/imx7d-sdb.dts +++ b/arch/arm/boot/dts/imx7d-sdb.dts @@ -419,3 +419,18 @@ }; }; + +&iomuxc_lpsr { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_hog_2>; + + imx7d-sdb { + pinctrl_hog_2: hoggrp-2 { + fsl,pins = < + MX7D_PAD_GPIO1_IO05__GPIO1_IO50x14 + MX7D_PAD_GPIO1_IO07__GPIO1_IO70x59 + MX7D_PAD_GPIO1_IO00__WDOD1_WDOG_B 0x74 + >; + }; + }; +}; -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html