mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 20:40:53 +07:00
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>
This commit is contained in:
parent
c3df8e211e
commit
ecb8af4590
@ -607,6 +607,8 @@ sata0: sata@9b20000 {
|
||||
clock-names = "ahci_clk";
|
||||
clocks = <&clk_s_c0_flexgen CLK_ICN_REG>;
|
||||
|
||||
ports-implemented = <0x1>;
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
@ -630,6 +632,8 @@ sata1: sata@9b28000 {
|
||||
clock-names = "ahci_clk";
|
||||
clocks = <&clk_s_c0_flexgen CLK_ICN_REG>;
|
||||
|
||||
ports-implemented = <0x1>;
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user