Skip to content

Commit ecb8af4

Browse files
committed
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>
1 parent c3df8e2 commit ecb8af4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/stih407-family.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,8 @@
607607
clock-names = "ahci_clk";
608608
clocks = <&clk_s_c0_flexgen CLK_ICN_REG>;
609609

610+
ports-implemented = <0x1>;
611+
610612
status = "disabled";
611613
};
612614

@@ -630,6 +632,8 @@
630632
clock-names = "ahci_clk";
631633
clocks = <&clk_s_c0_flexgen CLK_ICN_REG>;
632634

635+
ports-implemented = <0x1>;
636+
633637
status = "disabled";
634638
};
635639

0 commit comments

Comments
 (0)