mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: dts: rockchip: Fix usb2phy clk for rk3568
Fixes: 3fefaf4ac8 ("arm64: dts: rockchip: Add usb2 phy nodes for RK3568 Soc")
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Ib5603aa1c610e3aa9225c2733c48da8941baaf63
This commit is contained in:
@@ -1830,7 +1830,7 @@
|
||||
compatible = "rockchip,rk3568-usb2phy";
|
||||
reg = <0x0 0xfe8a0000 0x0 0x10000>;
|
||||
interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru CLK_USBPHY0_REF>;
|
||||
clocks = <&pmucru CLK_USBPHY0_REF>;
|
||||
clock-names = "phyclk";
|
||||
#clock-cells = <0>;
|
||||
clock-output-names = "usb480m_phy";
|
||||
@@ -1852,7 +1852,7 @@
|
||||
compatible = "rockchip,rk3568-usb2phy";
|
||||
reg = <0x0 0xfe8b0000 0x0 0x10000>;
|
||||
interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru CLK_USBPHY1_REF>;
|
||||
clocks = <&pmucru CLK_USBPHY1_REF>;
|
||||
clock-names = "phyclk";
|
||||
rockchip,usbgrf = <&usb2phy1_grf>;
|
||||
status = "disabled";
|
||||
|
||||
Reference in New Issue
Block a user