projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
982082d
)
dra7: dtsi: mark ocp2scp bus compatible with "simple-bus"
author
Jean-Jacques Hiblot
<jjhiblot@ti.com>
Mon, 24 Apr 2017 09:51:30 +0000
(11:51 +0200)
committer
Simon Glass
<sjg@chromium.org>
Tue, 9 May 2017 18:14:16 +0000
(12:14 -0600)
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>
arch/arm/dts/omap5-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/omap5-u-boot.dtsi
b/arch/arm/dts/omap5-u-boot.dtsi
index 6305f570c500db5860efbf7fbf33489e51e6d1e0..92473143b956dab2d548d8b527456af3396fd779 100644
(file)
--- 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";
+ };
};
};