diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2016-08-15 08:17:00 -0400 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2016-09-02 09:15:01 -0400 |
commit | ecb8af45906526f019e88a1de3b1052f13cc7951 (patch) | |
tree | 1de2797a0ba7e2c8f1c2974adc9c57bae0eeb363 | |
parent | c3df8e211eae7c1ecc7cc7eefa23f7901bfbdd89 (diff) |
ARM: dts: STiH407-family: Add ports-implemented property in sata nodes
Despite ST AHCI version = 1.3, reading HOST_PORTS_IMPL
returns 0. So force HOST_PORTS_IMPL to 1 by using
ports-implemented DT property.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/stih407-family.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index 59fea05b1e8a..55ecfbea905d 100644 --- a/arch/arm/boot/dts/stih407-family.dtsi +++ b/arch/arm/boot/dts/stih407-family.dtsi | |||
@@ -607,6 +607,8 @@ | |||
607 | clock-names = "ahci_clk"; | 607 | clock-names = "ahci_clk"; |
608 | clocks = <&clk_s_c0_flexgen CLK_ICN_REG>; | 608 | clocks = <&clk_s_c0_flexgen CLK_ICN_REG>; |
609 | 609 | ||
610 | ports-implemented = <0x1>; | ||
611 | |||
610 | status = "disabled"; | 612 | status = "disabled"; |
611 | }; | 613 | }; |
612 | 614 | ||
@@ -630,6 +632,8 @@ | |||
630 | clock-names = "ahci_clk"; | 632 | clock-names = "ahci_clk"; |
631 | clocks = <&clk_s_c0_flexgen CLK_ICN_REG>; | 633 | clocks = <&clk_s_c0_flexgen CLK_ICN_REG>; |
632 | 634 | ||
635 | ports-implemented = <0x1>; | ||
636 | |||
633 | status = "disabled"; | 637 | status = "disabled"; |
634 | }; | 638 | }; |
635 | 639 | ||