From: Jean-Jacques Hiblot Date: Thu, 29 Nov 2018 09:57:43 +0000 (+0100) Subject: dts: dra7x: make ocp2scp@4a080000 compatible with simple-bus X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=d0af9eb501ff5fe3d3b1b8f0ce0ebe5529aa3837;p=u-boot.git dts: dra7x: make ocp2scp@4a080000 compatible with simple-bus This is required when DM_USB is used, to bind the USB phys. Signed-off-by: Jean-Jacques Hiblot Reviewed-by: Tom Rini --- diff --git a/arch/arm/dts/omap5-u-boot.dtsi b/arch/arm/dts/omap5-u-boot.dtsi index bf2684cb61..a6a7801a4b 100644 --- a/arch/arm/dts/omap5-u-boot.dtsi +++ b/arch/arm/dts/omap5-u-boot.dtsi @@ -15,6 +15,10 @@ ocp { u-boot,dm-spl; + ocp2scp@4a080000 { + compatible = "ti,omap-ocp2scp", "simple-bus"; + }; + ocp2scp@4a090000 { compatible = "ti,omap-ocp2scp", "simple-bus"; };