[PATCH v2 2/7] ARM: i.MX53: Add sata to devicetree
Eric Bénard
eric at eukrea.com
Fri Mar 7 05:39:58 EST 2014
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.
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
More information about the barebox
mailing list