mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
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 <raghav.s@samsung.com> Link: https://patch.msgid.link/20260202103555.2089376-4-raghav.s@samsung.com Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
862529843f
commit
a94b4c84ae
|
|
@ -1473,6 +1473,19 @@ cmu_mfd: clock-controller@19e00000 {
|
|||
"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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user