[PATCH 5/5] ARM: dts: imx53: Enable AHCI SATA for M53EVK

Shawn Guo shawn.guo at linaro.org
Sun Nov 17 21:44:21 EST 2013


On Sun, Nov 17, 2013 at 02:20:51AM +0100, Marek Vasut wrote:
> Signed-off-by: Marek Vasut <marex at denx.de>
> Cc: Shawn Guo <shawn.guo at linaro.org>
> Cc: Richard Zhu <r65037 at freescale.com>
> Cc: Tejun Heo <tj at kernel.org>
> Cc: Linux-IDE <linux-ide at vger.kernel.org>
> ---
>  arch/arm/boot/dts/imx53-m53evk.dts | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx53-m53evk.dts b/arch/arm/boot/dts/imx53-m53evk.dts
> index 658d32a..c45a8d9c 100644
> --- a/arch/arm/boot/dts/imx53-m53evk.dts
> +++ b/arch/arm/boot/dts/imx53-m53evk.dts
> @@ -44,6 +44,10 @@
>  				};
>  			};
>  		};
> +
> +		sata at 10000000 {
> +			status = "okay";
> +		};

Why not

&sata {

	status = "okay";
};

just like what other devices in this file are doing?

Shawn




More information about the linux-arm-kernel mailing list