mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user