From: Raghav Sharma Date: Mon, 2 Feb 2026 10:35:55 +0000 (+0530) Subject: arm64: dts: exynosautov920: add CMU_G3D clock DT nodes X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a94b4c84ae9294e4f2e398c61d94bedd56162785;p=thirdparty%2Fkernel%2Fstable.git arm64: dts: exynosautov920: add CMU_G3D clock DT nodes Add required dt node for cmu_g3d block, which provides clocks for G3D IP Signed-off-by: Raghav Sharma Link: https://patch.msgid.link/20260202103555.2089376-4-raghav.s@samsung.com Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm64/boot/dts/exynos/exynosautov920.dtsi b/arch/arm64/boot/dts/exynos/exynosautov920.dtsi index 02bf2ca52fdc..0bf7c4cb9846 100644 --- a/arch/arm64/boot/dts/exynos/exynosautov920.dtsi +++ b/arch/arm64/boot/dts/exynos/exynosautov920.dtsi @@ -1473,6 +1473,19 @@ "noc"; }; + cmu_g3d: clock-controller@1a000000 { + compatible = "samsung,exynosautov920-cmu-g3d"; + reg = <0x1a000000 0x8000>; + #clock-cells = <1>; + + clocks = <&xtcxo>, + <&cmu_top DOUT_CLKCMU_G3D_SWITCH>, + <&cmu_top DOUT_CLKCMU_G3D_NOCP>; + clock-names = "oscclk", + "switch", + "nocp"; + }; + pinctrl_aud: pinctrl@1a460000 { compatible = "samsung,exynosautov920-pinctrl"; reg = <0x1a460000 0x10000>;