mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02: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:
parent
1c1653f366
commit
423ac27a94
|
|
@ -941,7 +941,7 @@ usb_host0_ehci: usb@ff340000 {
|
|||
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 @@ usb_host0_ohci: usb@ff350000 {
|
|||
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user