mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
arm64: dts: rockchip: fix unit name without reg property error for rk1808
This patch will fix the warning: Warning (unit_address_vs_reg): Node /usb@fd000000 has a unit name, but no reg property Change-Id: I64d306172e76b8b03772e1e40d173ba991080400 Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
|
||||
usbdrd3: usb@fd000000 {
|
||||
usbdrd3: usb {
|
||||
compatible = "rockchip,rk1808-dwc3";
|
||||
clocks = <&cru SCLK_USB3_OTG0_REF>, <&cru ACLK_USB3OTG>,
|
||||
<&cru SCLK_USB3_OTG0_SUSPEND>;
|
||||
|
||||
Reference in New Issue
Block a user