Commit b55d2c84 authored by Patrice Chotard's avatar Patrice Chotard Committed by Tejun Heo

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: default avatarPatrice Chotard <patrice.chotard@st.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent e7190699
...@@ -608,6 +608,8 @@ sata0: sata@9b20000 { ...@@ -608,6 +608,8 @@ sata0: sata@9b20000 {
clock-names = "ahci_clk"; clock-names = "ahci_clk";
clocks = <&clk_s_c0_flexgen CLK_ICN_REG>; clocks = <&clk_s_c0_flexgen CLK_ICN_REG>;
ports-implemented = <0x1>;
status = "disabled"; status = "disabled";
}; };
...@@ -631,6 +633,8 @@ sata1: sata@9b28000 { ...@@ -631,6 +633,8 @@ sata1: sata@9b28000 {
clock-names = "ahci_clk"; clock-names = "ahci_clk";
clocks = <&clk_s_c0_flexgen CLK_ICN_REG>; clocks = <&clk_s_c0_flexgen CLK_ICN_REG>;
ports-implemented = <0x1>;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment