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:
Finley Xiao
2016-11-08 11:48:40 +08:00
committed by Jianqun Xu
parent d98b328e44
commit 4cd5da2e76

View File

@@ -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 {