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:
Meng Dongyang
2018-03-05 17:02:07 +08:00
committed by Tao Huang
parent 1c1653f366
commit 423ac27a94

View File

@@ -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 {