[U-Boot] [PATCH v2 05/10] dra7: dtsi: mark ocp2scp bus compatible with "simple-bus"
Jean-Jacques Hiblot
jjhiblot at ti.com
Fri Apr 7 11:42:04 UTC 2017
This is needed to probe devices under that bus such as the SATA PHY.
Signed-off-by: Jean-Jacques Hiblot <jjhiblot at ti.com>
---
arch/arm/dts/dra7.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/dra7.dtsi b/arch/arm/dts/dra7.dtsi
index 5570e30..6978359 100644
--- a/arch/arm/dts/dra7.dtsi
+++ b/arch/arm/dts/dra7.dtsi
@@ -1317,7 +1317,7 @@
/* OCP2SCP3 */
ocp2scp at 4a090000 {
- compatible = "ti,omap-ocp2scp";
+ compatible = "ti,omap-ocp2scp", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges;
--
1.9.1
More information about the U-Boot
mailing list