Message ID | f77adcf96d225b43e38058ddadcab76a9df6914a.1379066249.git.nsekhar@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Op 13 sep. 2013, om 12:09 heeft Sekhar Nori <nsekhar@ti.com> het volgende geschreven: > Mark the eMMC module on BeagleBone black as non removable. > > Signed-off-by: Sekhar Nori <nsekhar@ti.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net> > --- > arch/arm/boot/dts/am335x-boneblack.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/am335x-boneblack.dts b/arch/arm/boot/dts/am335x-boneblack.dts > index f4703cf..58515dc 100644 > --- a/arch/arm/boot/dts/am335x-boneblack.dts > +++ b/arch/arm/boot/dts/am335x-boneblack.dts > @@ -25,6 +25,7 @@ > pinctrl-names = "default"; > pinctrl-0 = <&emmc_pins>; > bus-width = <8>; > + non-removable; > status = "okay"; > ti,vcc-aux-disable-is-sleep; > }; > -- > 1.7.10.1 > -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Friday 13 September 2013 03:39 PM, Sekhar Nori wrote: > Mark the eMMC module on BeagleBone black as non removable. > > Signed-off-by: Sekhar Nori <nsekhar@ti.com> The patches which touch dts files are not really following the subject line conventions. I will fix that and send a v2. Thanks to Nishant for pointing out. Thanks, Sekhar -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/am335x-boneblack.dts b/arch/arm/boot/dts/am335x-boneblack.dts index f4703cf..58515dc 100644 --- a/arch/arm/boot/dts/am335x-boneblack.dts +++ b/arch/arm/boot/dts/am335x-boneblack.dts @@ -25,6 +25,7 @@ pinctrl-names = "default"; pinctrl-0 = <&emmc_pins>; bus-width = <8>; + non-removable; status = "okay"; ti,vcc-aux-disable-is-sleep; };
Mark the eMMC module on BeagleBone black as non removable. Signed-off-by: Sekhar Nori <nsekhar@ti.com> --- arch/arm/boot/dts/am335x-boneblack.dts | 1 + 1 file changed, 1 insertion(+)