diff mbox

[U-Boot,v5,5/7] dra7: dtsi: mark ocp2scp bus compatible with "simple-bus"

Message ID 1493027492-20978-6-git-send-email-jjhiblot@ti.com
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Jean-Jacques Hiblot April 24, 2017, 9:51 a.m. UTC
This is needed to probe devices under that bus such as the SATA PHY.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
---

changes since v4:
- added the revievewed-by tag

 arch/arm/dts/omap5-u-boot.dtsi | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox

Patch

diff --git a/arch/arm/dts/omap5-u-boot.dtsi b/arch/arm/dts/omap5-u-boot.dtsi
index 6305f57..9247314 100644
--- a/arch/arm/dts/omap5-u-boot.dtsi
+++ b/arch/arm/dts/omap5-u-boot.dtsi
@@ -10,6 +10,10 @@ 
 /{
 	ocp {
 		u-boot,dm-pre-reloc;
+
+		ocp2scp@4a090000 {
+			compatible = "ti,omap-ocp2scp", "simple-bus";
+		};
 	};
 };