diff mbox

[3/3] ARM: OMAP2+: BBB DT: mark eMMC as non removable

Message ID f77adcf96d225b43e38058ddadcab76a9df6914a.1379066249.git.nsekhar@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

Sekhar Nori Sept. 13, 2013, 10:09 a.m. UTC
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(+)

Comments

Koen Kooi Sept. 13, 2013, 10:11 a.m. UTC | #1
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
Sekhar Nori Sept. 13, 2013, 11:03 a.m. UTC | #2
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 mbox

Patch

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;
 };