arm64: dts: exynosautov920: add CMU_MFD clock DT nodes

Add required dt node for cmu_mfd block, which provides
clocks for MFD IP

Signed-off-by: Raghav Sharma <raghav.s@samsung.com>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Link: https://patch.msgid.link/20251119114744.1914416-4-raghav.s@samsung.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Raghav Sharma 2025-11-19 17:17:44 +05:30 committed by Krzysztof Kozlowski
parent a21d38b5e2
commit abc6930a31

View File

@ -1462,6 +1462,17 @@ cmu_mfc: clock-controller@19c00000 {
"wfd";
};
cmu_mfd: clock-controller@19e00000 {
compatible = "samsung,exynosautov920-cmu-mfd";
reg = <0x19e00000 0x8000>;
#clock-cells = <1>;
clocks = <&xtcxo>,
<&cmu_top DOUT_CLKCMU_MFD_NOC>;
clock-names = "oscclk",
"noc";
};
pinctrl_aud: pinctrl@1a460000 {
compatible = "samsung,exynosautov920-pinctrl";
reg = <0x1a460000 0x10000>;