Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87cb1291 authored by Jean-Jacques Hiblot's avatar Jean-Jacques Hiblot Committed by Tony Lindgren
Browse files

ARM: dts: OMAP5 / DRA7: indicate that SATA port 0 is available.



AHCI provides the register PORTS_IMPL to let the software know which port
is supported. The register must be initialized by the bootloader. However
in some cases u-boot doesn't properly initialize this value (if it is not
compiled with SATA support for example or if the SATA initialization fails).
The DTS entry "ports-implemented" can be used to override the value in
PORTS_IMPL.

Without this patch the SATA will not work in the following two cases:

* if there has been a failure to initialize SATA in u-boot.

* if ahci_platform module has been removed and re-inserted. The reason is
  that the content of PORTS_IMPL is lost after the module is removed.
  I suspect that it's because the controller is reset by the hwmod.

Cc: <stable@vger.kernel.org> # v4.6+
Signed-off-by: default avatarJean-Jacques Hiblot <jjhiblot@ti.com>
Acked-by: default avatarRoger Quadros <rogerq@ti.com>
[tony@atomide.com: updated comments with what goes wrong]
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 8e2329ea
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1378,6 +1378,7 @@
			phy-names = "sata-phy";
			phy-names = "sata-phy";
			clocks = <&sata_ref_clk>;
			clocks = <&sata_ref_clk>;
			ti,hwmods = "sata";
			ti,hwmods = "sata";
			ports-implemented = <0x1>;
		};
		};


		rtc: rtc@48838000 {
		rtc: rtc@48838000 {
+1 −0
Original line number Original line Diff line number Diff line
@@ -988,6 +988,7 @@
			phy-names = "sata-phy";
			phy-names = "sata-phy";
			clocks = <&sata_ref_clk>;
			clocks = <&sata_ref_clk>;
			ti,hwmods = "sata";
			ti,hwmods = "sata";
			ports-implemented = <0x1>;
		};
		};


		dss: dss@58000000 {
		dss: dss@58000000 {