Re: [PATCH 2/7] ARM: i.MX53: Add sata to devicetree
Alexander Shiyan
shc_work at mail.ru
Sat Feb 8 09:26:41 EST 2014
Суббота, 8 февраля 2014, 15:16 +01:00 от Eric Bénard <eric at eukrea.com>:
> Signed-off-by: Eric Bénard <eric at eukrea.com>
> ---
> 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..91659b8 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 5>, <&clks 188>;
> + clock-names = "sata", "ahb", "per";
> + status = "disabled";
> + };
Sascha, we stop changing DTS of the kernel or not?
What is the ultimate solution?
---
More information about the barebox
mailing list