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>
master
Jean-Jacques Hiblot 7 years ago committed by Simon Glass
parent 982082d9ce
commit 33a5e2c5e7
  1. 4
      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";
};
};
};

Loading…
Cancel
Save