Skip to content

Commit 2a4067c

Browse files
Shin Sonkrzk
authored andcommitted
arm64: dts: exynosautov920: add cpucl0 clock DT nodes
Add cmu_cpucl0 clocks for switch, cluster, and dbg 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 1a6ee48 commit 2a4067c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,21 @@
10751075
compatible = "samsung,exynosautov920-pinctrl";
10761076
reg = <0x1a460000 0x10000>;
10771077
};
1078+
1079+
cmu_cpucl0: clock-controller@1ec00000 {
1080+
compatible = "samsung,exynosautov920-cmu-cpucl0";
1081+
reg = <0x1ec00000 0x8000>;
1082+
#clock-cells = <1>;
1083+
1084+
clocks = <&xtcxo>,
1085+
<&cmu_top DOUT_CLKCMU_CPUCL0_SWITCH>,
1086+
<&cmu_top DOUT_CLKCMU_CPUCL0_CLUSTER>,
1087+
<&cmu_top DOUT_CLKCMU_CPUCL0_DBG>;
1088+
clock-names = "oscclk",
1089+
"switch",
1090+
"cluster",
1091+
"dbg";
1092+
};
10781093
};
10791094

10801095
timer {

0 commit comments

Comments
 (0)