[PATCH v2 1/3] ARM: Tegra: dt: s/rootdelay/rootwait/ in cmdline args

Grant Likely grant.likely at secretlab.ca
Tue May 3 07:02:05 EST 2011


On Mon, May 02, 2011 at 12:50:29PM -0600, Stephen Warren wrote:
> rootwait is more robust than rootdelay for slow devices.
> 
> Suggested-by: Olof Johansson <olof at lixom.net>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>

Squashed into 'arm/dt: full tegra devicetree support', thanks.

g.

> ---
> v2: New patch for v2 of series
> 
>  arch/arm/boot/dts/tegra-harmony.dts |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/tegra-harmony.dts b/arch/arm/boot/dts/tegra-harmony.dts
> index e87c27c..7fe007b 100644
> --- a/arch/arm/boot/dts/tegra-harmony.dts
> +++ b/arch/arm/boot/dts/tegra-harmony.dts
> @@ -9,7 +9,7 @@
>  	interrupt-parent = <&intc>;
>  
>  	chosen {
> -		bootargs = "vmalloc=192M video=tegrafb console=ttyS0,115200n8 root=/dev/mmcblk0p2 rw rootdelay=2";
> +		bootargs = "vmalloc=192M video=tegrafb console=ttyS0,115200n8 root=/dev/mmcblk0p2 rw rootwait";
>  	};
>  
>  	memory {
> -- 
> 1.7.0.4
> 


More information about the devicetree-discuss mailing list