From: Jean-Jacques Hiblot Date: Mon, 24 Apr 2017 09:51:30 +0000 (+0200) Subject: dra7: dtsi: mark ocp2scp bus compatible with "simple-bus" X-Git-Tag: v2017.07-rc1~388^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=33a5e2c5e7048136e242c08fd804136cdfda3501;p=u-boot 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 Reviewed-by: Tom Rini Reviewed-by: Simon Glass --- diff --git a/arch/arm/dts/omap5-u-boot.dtsi b/arch/arm/dts/omap5-u-boot.dtsi index 6305f570c5..92473143b9 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"; + }; }; };