Skip to content

Commit

Permalink
ARM: dts: STiH407-family: Add ports-implemented property in sata nodes
Browse files Browse the repository at this point in the history
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: Tejun Heo <tj@kernel.org>
  • Loading branch information
Patrice Chotard authored and Tejun Heo committed Aug 10, 2016
1 parent e719069 commit b55d2c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/stih407-family.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,8 @@
clock-names = "ahci_clk";
clocks = <&clk_s_c0_flexgen CLK_ICN_REG>;

ports-implemented = <0x1>;

status = "disabled";
};

Expand All @@ -631,6 +633,8 @@
clock-names = "ahci_clk";
clocks = <&clk_s_c0_flexgen CLK_ICN_REG>;

ports-implemented = <0x1>;

status = "disabled";
};

Expand Down

0 comments on commit b55d2c8

Please sign in to comment.