File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
arch/arm64/boot/dts/rockchip Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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 {
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>;
You can’t perform that action at this time.
0 commit comments