Skip to content

Commit 15dbb65

Browse files
finley1226rkhuangtao
authored andcommitted
arm64: dts: rockchip: px30: Add pvtm node
Change-Id: I652d40663a425ad9daaaba944d46f9b7523e0dfc Signed-off-by: Finley Xiao <[email protected]>
1 parent 49e6525 commit 15dbb65

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

arch/arm64/boot/dts/rockchip/px30.dtsi

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,13 @@
201201
mode-recovery = <BOOT_RECOVERY>;
202202
mode-ums = <BOOT_UMS>;
203203
};
204+
205+
pmu_pvtm: pmu-pvtm {
206+
compatible = "rockchip,px30-pmu-pvtm";
207+
clocks = <&pmucru SCLK_PVTM_PMU>;
208+
clock-names = "pmu";
209+
status = "disabled";
210+
};
204211
};
205212

206213
uart0: serial@ff030000 {
@@ -243,6 +250,20 @@
243250
};
244251
};
245252

253+
core_grf: syscon@ff148000 {
254+
compatible = "syscon", "simple-mfd";
255+
reg = <0x0 0xff148000 0x0 0x1000>;
256+
#address-cells = <1>;
257+
#size-cells = <1>;
258+
259+
pvtm: pvtm {
260+
compatible = "rockchip,px30-pvtm";
261+
clocks = <&cru SCLK_PVTM>;
262+
clock-names = "core";
263+
status = "disabled";
264+
};
265+
};
266+
246267
uart1: serial@ff158000 {
247268
compatible = "rockchip,px30-uart", "snps,dw-apb-uart";
248269
reg = <0x0 0xff158000 0x0 0x100>;

0 commit comments

Comments
 (0)