mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
arm64: dts: exynosautov920: add CMU_MFC clock DT nodes
Add required dt node for CMU_MFC block, which provides clocks for MFC IP Signed-off-by: Raghav Sharma <raghav.s@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
committed by
Krzysztof Kozlowski
parent
7b0ccabb87
commit
e3be50e829
@@ -1449,6 +1449,19 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
cmu_mfc: clock-controller@19c00000 {
|
||||
compatible = "samsung,exynosautov920-cmu-mfc";
|
||||
reg = <0x19c00000 0x8000>;
|
||||
#clock-cells = <1>;
|
||||
|
||||
clocks = <&xtcxo>,
|
||||
<&cmu_top DOUT_CLKCMU_MFC_MFC>,
|
||||
<&cmu_top DOUT_CLKCMU_MFC_WFD>;
|
||||
clock-names = "oscclk",
|
||||
"mfc",
|
||||
"wfd";
|
||||
};
|
||||
|
||||
pinctrl_aud: pinctrl@1a460000 {
|
||||
compatible = "samsung,exynosautov920-pinctrl";
|
||||
reg = <0x1a460000 0x10000>;
|
||||
|
||||
Reference in New Issue
Block a user