arm64: dts: rockchip: rk3588s: Add aux clock for dp0

Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
Change-Id: I4f712f94ec2ab15c30cd9d827513cf778743f000
This commit is contained in:
Wyon Bi
2021-10-29 08:43:31 +08:00
committed by Tao Huang
parent a5a1823c18
commit 409ff5b0ce

View File

@@ -1342,7 +1342,10 @@
compatible = "rockchip,rk3588-dp";
reg = <0x0 0xfde50000 0x0 0x4000>;
interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru PCLK_DP0>;
clocks = <&cru PCLK_DP0>, <&cru CLK_AUX16M_0>;
clock-names = "apb", "aux";
assigned-clocks = <&cru CLK_AUX16M_0>;
assigned-clock-rates = <16000000>;
resets = <&cru SRST_DP0>;
phys = <&usbdp_phy0_dp>;
power-domains = <&power RK3588_PD_VO0>;