mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user