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

2013-09-13 Thread Sekhar Nori
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 

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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2013-09-13 Thread Koen Kooi

Op 13 sep. 2013, om 12:09 heeft Sekhar Nori  het volgende 
geschreven:

> Mark the eMMC module on BeagleBone black as non removable.
> 
> Signed-off-by: Sekhar Nori 

Acked-by: Koen Kooi 

> ---
> 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2013-09-13 Thread Sekhar Nori
Mark the eMMC module on BeagleBone black as non removable.

Signed-off-by: Sekhar Nori 
---
 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html