public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] rk3xxx.dtsi /usb_host missing specific compatible
@ 2017-08-22 21:39 Artturi Alm
  2017-08-25 11:20 ` Philipp Tomsich
  0 siblings, 1 reply; 4+ messages in thread
From: Artturi Alm @ 2017-08-22 21:39 UTC (permalink / raw)
  To: u-boot

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 = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&cru HCLK_OTG1>;

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-26 19:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-22 21:39 [U-Boot] rk3xxx.dtsi /usb_host missing specific compatible Artturi Alm
2017-08-25 11:20 ` Philipp Tomsich
2017-08-26 17:48   ` Heiko Stuebner
2017-08-26 19:15     ` Artturi Alm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox