Skip to content

Commit 598e81e

Browse files
dts: xtensa: nxp_imx8m: add SAI3 and SDMA3 bus clocks
Add SAI3 and SDMA3 bus clocks. Signed-off-by: Laurentiu Mihalcea <[email protected]>
1 parent e69a7d4 commit 598e81e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dts/xtensa/nxp/nxp_imx8m.dtsi

+3-2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
sdma3: dma@30e00000 {
9191
compatible = "nxp,sdma";
9292
reg = <0x30e00000 DT_SIZE_K(64)>;
93+
clocks = <&ccm IMX_CCM_SDMA3_CLK 0x0 0x0>;
9394
interrupt-parent = <&master1>;
9495
interrupts = <2 0 0>;
9596
#dma-cells = <2>;
@@ -101,8 +102,8 @@
101102
reg = <0x30c30000 DT_SIZE_K(64)>;
102103

103104
mclk-is-output;
104-
clocks = <&mclk1>;
105-
clock-names = "mclk1";
105+
clocks = <&ccm IMX_CCM_SAI3_CLK 0x0 0x0>, <&mclk1>;
106+
clock-names = "bus", "mclk1";
106107

107108
interrupt-parent = <&master1>;
108109
interrupts = <18>;

0 commit comments

Comments
 (0)