Skip to content

Commit abc6930

Browse files
Raghav Sharmakrzk
authored andcommitted
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>
1 parent a21d38b commit abc6930

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

arch/arm64/boot/dts/exynos/exynosautov920.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,6 +1462,17 @@
14621462
"wfd";
14631463
};
14641464

1465+
cmu_mfd: clock-controller@19e00000 {
1466+
compatible = "samsung,exynosautov920-cmu-mfd";
1467+
reg = <0x19e00000 0x8000>;
1468+
#clock-cells = <1>;
1469+
1470+
clocks = <&xtcxo>,
1471+
<&cmu_top DOUT_CLKCMU_MFD_NOC>;
1472+
clock-names = "oscclk",
1473+
"noc";
1474+
};
1475+
14651476
pinctrl_aud: pinctrl@1a460000 {
14661477
compatible = "samsung,exynosautov920-pinctrl";
14671478
reg = <0x1a460000 0x10000>;

0 commit comments

Comments
 (0)