summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFinley Xiao <finley.xiao@rock-chips.com>2018-03-24 18:25:20 +0800
committerTao Huang <huangtao@rock-chips.com>2018-03-26 11:35:49 +0800
commit0e8e8a0af48537e15ba81117ee9d7806a5360a4d (patch)
tree7b578431d0ae18595d5c655d61204e4755227b82
parent9717a092c0145453920a7b2f41f5b022785b1f98 (diff)
arm64: dts: rockchip: rk3308: Add pvtm node
Change-Id: I8d31a58478281b7e16a7de2016e65ba4b8701c72 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3308.dtsi19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3308.dtsi b/arch/arm64/boot/dts/rockchip/rk3308.dtsi
index 272908deef8d..70e2e2dcbd45 100644
--- a/arch/arm64/boot/dts/rockchip/rk3308.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3308.dtsi
@@ -148,6 +148,12 @@
status = "disabled";
};
+ pmu_pvtm: pmu-pvtm {
+ compatible = "rockchip,rk3308-pmu-pvtm";
+ clocks = <&cru SCLK_PVTM_PMU>;
+ clock-names = "pmu";
+ };
+
reboot-mode {
compatible = "syscon-reboot-mode";
offset = <0x500>;
@@ -158,6 +164,19 @@
};
};
+ core_grf: syscon@ff00c000 {
+ compatible = "syscon", "simple-mfd";
+ reg = <0x0 0xff00c000 0x0 0x1000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ pvtm: pvtm {
+ compatible = "rockchip,rk3308-pvtm";
+ clocks = <&cru SCLK_PVTM_CORE>;
+ clock-names = "core";
+ };
+ };
+
i2c0: i2c@ff040000 {
compatible = "rockchip,rk3399-i2c";
reg = <0x0 0xff040000 0x0 0x1000>;