[PATCH v2 2/7] ARM: i.MX53: Add sata to devicetree

Sascha Hauer s.hauer at pengutronix.de
Mon Mar 10 03:08:37 EDT 2014


Hi Eric,

On Fri, Mar 07, 2014 at 11:39:58AM +0100, Eric Bénard wrote:
> Signed-off-by: Eric Bénard <eric at eukrea.com>
> ---
> v2: update the SATA entry to be compatible with the kernel, but do
>   not use the Linux-next dts. This means use plain numbers, but the
>   correct clock names.

It seems I already accidently applied v1 of this patch. Instead of this
one I merged a fixup patch. Please check the result in the -next branch.

Sascha

>   
>  arch/arm/dts/imx53.dtsi | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/arch/arm/dts/imx53.dtsi b/arch/arm/dts/imx53.dtsi
> index 678547c..a28c4c7 100644
> --- a/arch/arm/dts/imx53.dtsi
> +++ b/arch/arm/dts/imx53.dtsi
> @@ -75,6 +75,15 @@
>  		interrupt-parent = <&tzic>;
>  		ranges;
>  
> +		sata: sata at 10000000 {
> +			compatible = "fsl,imx53-ahci";
> +			reg = <0x10000000 0x1000>;
> +			interrupts = <28>;
> +			clocks = <&clks 173>, <&clks 188>, <&clks 5>;
> +			clock-names = "sata_gate", "sata_ref", "ahb";
> +			status = "disabled";
> +		};
> +
>  		ipu: ipu at 18000000 {
>  			#crtc-cells = <1>;
>  			compatible = "fsl,imx53-ipu";
> -- 
> 1.8.3.1
> 
> 
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list