From mboxrd@z Thu Jan 1 00:00:00 1970 From: Artturi Alm Date: Wed, 23 Aug 2017 00:39:11 +0300 Subject: [U-Boot] rk3xxx.dtsi /usb_host missing specific compatible Message-ID: <20170822213911.GC95008@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, no idea if this is the right place to mail about this, but i got suggested this node is out-of-norm, and the diff below fixes that for me on rk3188. -Artturi diff --git a/arch/arm/dts/rk3xxx.dtsi b/arch/arm/dts/rk3xxx.dtsi index 6d9e36d235..21f2afc104 100644 --- a/arch/arm/dts/rk3xxx.dtsi +++ b/arch/arm/dts/rk3xxx.dtsi @@ -157,7 +157,7 @@ }; usb_host: usb at 101c0000 { - compatible = "snps,dwc2"; + compatible = "rockchip,rk3066-usb", "snps,dwc2"; reg = <0x101c0000 0x40000>; interrupts = ; clocks = <&cru HCLK_OTG1>;