mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
arm64: dts: rockchip: px30: modify error of EHCI and OHCI DT
Modify the clock name of EHCI and OHCI controllers, add property of "status" for OHCI. Change-Id: I444a906bc26e26989f5f6011de949b816266b9c6 Signed-off-by: Meng Dongyang <daniel.meng@rock-chips.com>
This commit is contained in:
@@ -941,7 +941,7 @@
|
||||
reg = <0x0 0xff340000 0x0 0x10000>;
|
||||
interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru HCLK_HOST>, <&u2phy>;
|
||||
clock-names = "usbhost", "arbiter", "utmi";
|
||||
clock-names = "usbhost", "utmi";
|
||||
power-domains = <&power PX30_PD_USB>;
|
||||
phys = <&u2phy_host>;
|
||||
phy-names = "usb";
|
||||
@@ -953,10 +953,11 @@
|
||||
reg = <0x0 0xff350000 0x0 0x10000>;
|
||||
interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru HCLK_HOST>, <&u2phy>;
|
||||
clock-names = "usbhost", "arbiter", "utmi";
|
||||
clock-names = "usbhost", "utmi";
|
||||
power-domains = <&power PX30_PD_USB>;
|
||||
phys = <&u2phy_host>;
|
||||
phy-names = "usb";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
gmac: ethernet@ff360000 {
|
||||
|
||||
Reference in New Issue
Block a user