ARM64: dts: rockchip: fix usb_otg compatible for rk3368-android

Both dwc2 and dwc_otg_310 driver are existed in the system since
commit c3c4fa0, and we use dwc_otg_310 driver for RK3368 android
platform, so only keep one compatible to fit for the driver.

Change-Id: Iee001ef057dcc63b723faf21fec94d5a4b592868
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
This commit is contained in:
Frank Wang
2017-11-23 11:01:45 +08:00
committed by Tao Huang
parent dc71e51944
commit c8dc9b5859

View File

@@ -256,6 +256,8 @@
&usb_otg {
status = "okay";
compatible = "rockchip,rk3368-usb";
clocks = <&cru SCLK_OTGPHY0>, <&cru HCLK_OTG0>;
clock-names = "sclk_otgphy0", "otg";
resets = <&cru SRST_USBOTG_AHB>,