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:
Jean-Jacques Hiblot 2017-04-24 11:51:30 +02:00 committed by Simon Glass
parent 982082d9ce
commit 33a5e2c5e7

View file

@ -10,6 +10,10 @@
/{
ocp {
u-boot,dm-pre-reloc;
ocp2scp@4a090000 {
compatible = "ti,omap-ocp2scp", "simple-bus";
};
};
};