mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
arm64: dts: exynosautov920: add CMU_M2M clock DT nodes
Add required dt node for CMU_M2M block, which provides clocks for M2M IP Signed-off-by: Raghav Sharma <raghav.s@samsung.com> Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
committed by
Krzysztof Kozlowski
parent
2bb07378ba
commit
7b0ccabb87
@@ -1454,6 +1454,19 @@
|
||||
reg = <0x1a460000 0x10000>;
|
||||
};
|
||||
|
||||
cmu_m2m: clock-controller@1a800000 {
|
||||
compatible = "samsung,exynosautov920-cmu-m2m";
|
||||
reg = <0x1a800000 0x8000>;
|
||||
#clock-cells = <1>;
|
||||
|
||||
clocks = <&xtcxo>,
|
||||
<&cmu_top DOUT_CLKCMU_M2M_NOC>,
|
||||
<&cmu_top DOUT_CLKCMU_M2M_JPEG>;
|
||||
clock-names = "oscclk",
|
||||
"noc",
|
||||
"jpeg";
|
||||
};
|
||||
|
||||
cmu_cpucl0: clock-controller@1ec00000 {
|
||||
compatible = "samsung,exynosautov920-cmu-cpucl0";
|
||||
reg = <0x1ec00000 0x8000>;
|
||||
|
||||
Reference in New Issue
Block a user