[PATCH V2 2/2] ARM: dts: add dts node for the ahci sata exynos5440

From: Girish K S
Date: Tue Apr 16 2013 - 05:30:32 EST


This patch adds dts support for the sata controller

Signed-off-by: Girish K S <ks.giri@xxxxxxxxxxx>
---
arch/arm/boot/dts/exynos5440.dtsi | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi
index 7c5dc38..2dc4ffa 100644
--- a/arch/arm/boot/dts/exynos5440.dtsi
+++ b/arch/arm/boot/dts/exynos5440.dtsi
@@ -220,4 +220,13 @@
clock-names = "rtc";
status = "disabled";
};
+
+ sata@210000 {
+ compatible = "snps,exynos5440-ahci";
+ reg = <0x210000 0x10000>;
+ interrupts = <0 30 0>;
+ clocks = <&clock 10>;
+ clock-names = "sata";
+ };
+
};
--
1.7.5.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/