mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-24 13:09:58 +01:00
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>
This commit is contained in:
parent
982082d9ce
commit
33a5e2c5e7
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@
|
|||
/{
|
||||
ocp {
|
||||
u-boot,dm-pre-reloc;
|
||||
|
||||
ocp2scp@4a090000 {
|
||||
compatible = "ti,omap-ocp2scp", "simple-bus";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue