Skip to content

Commit 35ade1e

Browse files
Sam Protsenkokrzk
authored andcommitted
arm64: dts: exynos: Add CMU_G3D node for Exynos850 SoC
Add missing G3D clock domain to Exynos850 SoC device tree. Reviewed-by: Chanho Park <chanho61.park@samsung.com> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Link: https://lore.kernel.org/r/20230223042133.26551-7-semen.protsenko@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 017cdef commit 35ade1e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,15 @@
245245
"dout_peri_uart", "dout_peri_ip";
246246
};
247247

248+
cmu_g3d: clock-controller@11400000 {
249+
compatible = "samsung,exynos850-cmu-g3d";
250+
reg = <0x11400000 0x8000>;
251+
#clock-cells = <1>;
252+
253+
clocks = <&oscclk>, <&cmu_top CLK_DOUT_G3D_SWITCH>;
254+
clock-names = "oscclk", "dout_g3d_switch";
255+
};
256+
248257
cmu_apm: clock-controller@11800000 {
249258
compatible = "samsung,exynos850-cmu-apm";
250259
reg = <0x11800000 0x8000>;

0 commit comments

Comments
 (0)