mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: add pvtm clk node for rk3368
Change-Id: Ieca322f3fdfcf76ccf28642c6c07a46d4213c1d7 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
@@ -1128,6 +1128,15 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pvtm_clock: pvtm-clock {
|
||||
compatible = "rockchip,rk3368-pvtm-clock";
|
||||
#clock-cells = <0>;
|
||||
clocks = <&cru SCLK_PVTM_PMU>;
|
||||
clock-names = "pvtm_pmu_clk";
|
||||
clock-output-names = "xin32k_pvtm";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
reboot-mode {
|
||||
compatible = "syscon-reboot-mode";
|
||||
offset = <0x200>;
|
||||
|
||||
Reference in New Issue
Block a user