Message ID | 1386899355-17379-4-git-send-email-troy.kisky@boundarydevices.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Friday, December 13, 2013 at 02:49:07 AM, Troy Kisky wrote: > On Sabre Lite usdhc4 is a micro sd slot, which has no > write protect. > > Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> Visually confirmed ;-) Reviewed-by: Marek Vasut <marex@denx.de> Best regards, Marek Vasut
On Thu, Dec 12, 2013 at 06:49:07PM -0700, Troy Kisky wrote: > On Sabre Lite usdhc4 is a micro sd slot, which has no > write protect. > > Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> Applied #1, #2 and #3, thanks. Shawn > --- > arch/arm/boot/dts/imx6qdl-sabrelite.dtsi | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi b/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi > index 903da14..c4aa504 100644 > --- a/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi > +++ b/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi > @@ -115,7 +115,6 @@ > pinctrl_hog: hoggrp { > fsl,pins = < > MX6QDL_PAD_NANDF_D6__GPIO2_IO06 0x80000000 > - MX6QDL_PAD_NANDF_D7__GPIO2_IO07 0x80000000 > MX6QDL_PAD_EIM_D19__GPIO3_IO19 0x80000000 > MX6QDL_PAD_EIM_D22__GPIO3_IO22 0x80000000 > MX6QDL_PAD_EIM_D23__GPIO3_IO23 0x80000000 > @@ -230,7 +229,6 @@ > pinctrl-names = "default"; > pinctrl-0 = <&pinctrl_usdhc4>; > cd-gpios = <&gpio2 6 0>; > - wp-gpios = <&gpio2 7 0>; > vmmc-supply = <®_3p3v>; > status = "okay"; > }; > -- > 1.8.1.2 >
On 12/14/2013 6:46 AM, Shawn Guo wrote: > On Thu, Dec 12, 2013 at 06:49:07PM -0700, Troy Kisky wrote: >> On Sabre Lite usdhc4 is a micro sd slot, which has no >> write protect. >> >> Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> > Applied #1, #2 and #3, thanks. > > Shawn > > Thanks for the rebase on Marek's PCIe patch. However, PCIe is a common feature and should be moved to imx6qdl-sabrelite.dtsi. Should I send a patch to do this, or will you fix it up, or will Marek? Thanks Troy
On Monday, December 16, 2013 at 08:42:30 PM, Troy Kisky wrote: > On 12/14/2013 6:46 AM, Shawn Guo wrote: > > On Thu, Dec 12, 2013 at 06:49:07PM -0700, Troy Kisky wrote: > >> On Sabre Lite usdhc4 is a micro sd slot, which has no > >> write protect. > >> > >> Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> > > > > Applied #1, #2 and #3, thanks. > > > > Shawn > > Thanks for the rebase on Marek's PCIe patch. However, PCIe is a common > feature > and should be moved to imx6qdl-sabrelite.dtsi. > > Should I send a patch to do this, or will you fix it up, or will Marek? I will gladly let such a privilege slip, I am overloaded like hell :( Best regards, Marek Vasut
On 12/16/2013 12:54 PM, Marek Vasut wrote: > On Monday, December 16, 2013 at 08:42:30 PM, Troy Kisky wrote: >> On 12/14/2013 6:46 AM, Shawn Guo wrote: >>> On Thu, Dec 12, 2013 at 06:49:07PM -0700, Troy Kisky wrote: >>>> On Sabre Lite usdhc4 is a micro sd slot, which has no >>>> write protect. >>>> >>>> Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> >>> Applied #1, #2 and #3, thanks. >>> >>> Shawn >> Thanks for the rebase on Marek's PCIe patch. However, PCIe is a common >> feature >> and should be moved to imx6qdl-sabrelite.dtsi. >> >> Should I send a patch to do this, or will you fix it up, or will Marek? > I will gladly let such a privilege slip, I am overloaded like hell :( > > Best regards, > Marek Vasut > I have loads of time:-) and will send a new series which includes it. Thanks Troy
diff --git a/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi b/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi index 903da14..c4aa504 100644 --- a/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi @@ -115,7 +115,6 @@ pinctrl_hog: hoggrp { fsl,pins = < MX6QDL_PAD_NANDF_D6__GPIO2_IO06 0x80000000 - MX6QDL_PAD_NANDF_D7__GPIO2_IO07 0x80000000 MX6QDL_PAD_EIM_D19__GPIO3_IO19 0x80000000 MX6QDL_PAD_EIM_D22__GPIO3_IO22 0x80000000 MX6QDL_PAD_EIM_D23__GPIO3_IO23 0x80000000 @@ -230,7 +229,6 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usdhc4>; cd-gpios = <&gpio2 6 0>; - wp-gpios = <&gpio2 7 0>; vmmc-supply = <®_3p3v>; status = "okay"; };
On Sabre Lite usdhc4 is a micro sd slot, which has no write protect. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> --- arch/arm/boot/dts/imx6qdl-sabrelite.dtsi | 2 -- 1 file changed, 2 deletions(-)