diff options
author | Kumar Gala <galak@codeaurora.org> | 2014-09-23 14:21:41 -0400 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2014-10-16 03:44:47 -0400 |
commit | e512448f6e98fb77f2be8ec7155f0ed941855796 (patch) | |
tree | e8fc82f23d6e414c5ea4fdd8f79bcff304b3447c /arch/arm/boot/dts/qcom-ipq8064-ap148.dts | |
parent | aabff7bfe55afd01d71a5f11d4a84bd873c20f5e (diff) |
ARM: dts: qcom: Add SATA support on IPQ8064/AP148
Add SATA PHY and SATA AHCI controller nodes to device tree to enable
generic ahci support on the IPQ8064/AP148 board.
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'arch/arm/boot/dts/qcom-ipq8064-ap148.dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-ipq8064-ap148.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-ipq8064-ap148.dts b/arch/arm/boot/dts/qcom-ipq8064-ap148.dts index 95e64955fb8e..55b2910efd87 100644 --- a/arch/arm/boot/dts/qcom-ipq8064-ap148.dts +++ b/arch/arm/boot/dts/qcom-ipq8064-ap148.dts | |||
@@ -81,5 +81,13 @@ | |||
81 | }; | 81 | }; |
82 | }; | 82 | }; |
83 | }; | 83 | }; |
84 | |||
85 | sata-phy@1b400000 { | ||
86 | status = "ok"; | ||
87 | }; | ||
88 | |||
89 | sata@29000000 { | ||
90 | status = "ok"; | ||
91 | }; | ||
84 | }; | 92 | }; |
85 | }; | 93 | }; |