mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: add pvtm node for rk3399
Change-Id: Ic7becefeb7e7a1000b259c21fedda76794b7115c Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -1148,6 +1148,13 @@
|
||||
mode-normal = <BOOT_NORMAL>;
|
||||
mode-recovery = <BOOT_RECOVERY>;
|
||||
};
|
||||
|
||||
pmu_pvtm: pmu-pvtm {
|
||||
compatible = "rockchip,rk3399-pmu-pvtm";
|
||||
clocks = <&pmucru SCLK_PVTM_PMU>;
|
||||
clock-names = "pmu";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
spi3: spi@ff350000 {
|
||||
@@ -1487,6 +1494,16 @@
|
||||
reset-names = "phy";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pvtm: pvtm {
|
||||
compatible = "rockchip,rk3399-pvtm";
|
||||
clocks = <&cru SCLK_PVTM_CORE_L>,
|
||||
<&cru SCLK_PVTM_CORE_B>,
|
||||
<&cru SCLK_PVTM_GPU>,
|
||||
<&cru SCLK_PVTM_DDR>;
|
||||
clock-names = "core_l", "core_b", "gpu", "ddr";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
tcphy0: phy@ff7c0000 {
|
||||
|
||||
Reference in New Issue
Block a user