diff options
author | Kumar Gala <galak@codeaurora.org> | 2014-09-23 18:21:41 (GMT) |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2014-10-16 07:44:47 (GMT) |
commit | e512448f6e98fb77f2be8ec7155f0ed941855796 (patch) | |
tree | e8fc82f23d6e414c5ea4fdd8f79bcff304b3447c /arch/arm/boot/dts/qcom-ipq8064-ap148.dts | |
parent | aabff7bfe55afd01d71a5f11d4a84bd873c20f5e (diff) | |
download | linux-e512448f6e98fb77f2be8ec7155f0ed941855796.tar.xz |
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 95e6495..55b2910 100644 --- a/arch/arm/boot/dts/qcom-ipq8064-ap148.dts +++ b/arch/arm/boot/dts/qcom-ipq8064-ap148.dts @@ -81,5 +81,13 @@ }; }; }; + + sata-phy@1b400000 { + status = "ok"; + }; + + sata@29000000 { + status = "ok"; + }; }; }; |