mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
arm64: dts: exynosautov9: add dpum clock DT nodes
Add dpum clock for sysmmu, dpu. Signed-off-by: Kwanghoon Son <k.son@samsung.com> Link: https://lore.kernel.org/r/20240809-clk_dpum-v3-2-359decc30fe2@samsung.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
2d0c7ae784
commit
a8782104b7
|
|
@ -251,6 +251,16 @@ cmu_fsys2: clock-controller@17c00000 {
|
|||
"dout_fsys2_clkcmu_ethernet";
|
||||
};
|
||||
|
||||
cmu_dpum: clock-controller@18c00000 {
|
||||
compatible = "samsung,exynosautov9-cmu-dpum";
|
||||
reg = <0x18c00000 0x8000>;
|
||||
#clock-cells = <1>;
|
||||
|
||||
clocks = <&xtcxo>,
|
||||
<&cmu_top DOUT_CLKCMU_DPUM_BUS>;
|
||||
clock-names = "oscclk", "bus";
|
||||
};
|
||||
|
||||
cmu_core: clock-controller@1b030000 {
|
||||
compatible = "samsung,exynosautov9-cmu-core";
|
||||
reg = <0x1b030000 0x8000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user