summaryrefslogtreecommitdiff
path: root/arch/arm/dts/omap5-u-boot.dtsi
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2017-04-24 09:51:30 (GMT)
committerSimon Glass <sjg@chromium.org>2017-05-09 18:14:16 (GMT)
commit33a5e2c5e7048136e242c08fd804136cdfda3501 (patch)
treef19899de38e8f43f00c4b2f4dc45983afdf4f97f /arch/arm/dts/omap5-u-boot.dtsi
parent982082d9ce7365e2680639d3764ba0f09d82fa2a (diff)
downloadu-boot-33a5e2c5e7048136e242c08fd804136cdfda3501.tar.xz
dra7: dtsi: mark ocp2scp bus compatible with "simple-bus"
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>
Diffstat (limited to 'arch/arm/dts/omap5-u-boot.dtsi')
-rw-r--r--arch/arm/dts/omap5-u-boot.dtsi4
1 files changed, 4 insertions, 0 deletions
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";
+ };
};
};