Skip to content

Commit aa833db

Browse files
Shin Sonkrzk
authored andcommitted
arm64: dts: exynosautov920: add cpucl1/2 clock DT nodes
Add cmu_cpucl1/2(CPU Cluster 1 and CPU Cluster 2) clocks for switch, cluster domains respectively. Signed-off-by: Shin Son <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 2a4067c commit aa833db

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

arch/arm64/boot/dts/exynos/exynosautov920.dtsi

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,32 @@
10901090
"cluster",
10911091
"dbg";
10921092
};
1093+
1094+
cmu_cpucl1: clock-controller@1ed00000 {
1095+
compatible = "samsung,exynosautov920-cmu-cpucl1";
1096+
reg = <0x1ed00000 0x8000>;
1097+
#clock-cells = <1>;
1098+
1099+
clocks = <&xtcxo>,
1100+
<&cmu_top DOUT_CLKCMU_CPUCL1_SWITCH>,
1101+
<&cmu_top DOUT_CLKCMU_CPUCL1_CLUSTER>;
1102+
clock-names = "oscclk",
1103+
"switch",
1104+
"cluster";
1105+
};
1106+
1107+
cmu_cpucl2: clock-controller@1ee00000 {
1108+
compatible = "samsung,exynosautov920-cmu-cpucl2";
1109+
reg = <0x1ee00000 0x8000>;
1110+
#clock-cells = <1>;
1111+
1112+
clocks = <&xtcxo>,
1113+
<&cmu_top DOUT_CLKCMU_CPUCL2_SWITCH>,
1114+
<&cmu_top DOUT_CLKCMU_CPUCL2_CLUSTER>;
1115+
clock-names = "oscclk",
1116+
"switch",
1117+
"cluster";
1118+
};
10931119
};
10941120

10951121
timer {

0 commit comments

Comments
 (0)