Skip to content

Commit 2471a10

Browse files
LaurentiuM1234abelvesa
authored andcommitted
dt-bindings: clock: imx8mp: add axi clock
Some components of AUDIOMIX (i.e: DSP, OCRAM_A) are clocked by AUDIO_AXI_CLK_ROOT. Since the AUDIOMIX block control manages the clock gates for those components, include their root clock in the list of clocks consumed by the IP. Fixes: 95a0aa7 ("dt-bindings: clock: imx8mp: Add audiomix block control") Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com> Reviewed-by: Iuliana Prodan <iuliana.prodan@nxp.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Peng Fan <peng.fan@nxp.com> Link: https://lore.kernel.org/r/20250226164513.33822-2-laurentiumihalcea111@gmail.com Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
1 parent 2014c95 commit 2471a10

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ properties:
2424
maxItems: 1
2525

2626
clocks:
27-
minItems: 7
28-
maxItems: 7
27+
minItems: 8
28+
maxItems: 8
2929

3030
clock-names:
3131
items:
@@ -36,6 +36,7 @@ properties:
3636
- const: sai5
3737
- const: sai6
3838
- const: sai7
39+
- const: axi
3940

4041
'#clock-cells':
4142
const: 1
@@ -72,10 +73,11 @@ examples:
7273
<&clk IMX8MP_CLK_SAI3>,
7374
<&clk IMX8MP_CLK_SAI5>,
7475
<&clk IMX8MP_CLK_SAI6>,
75-
<&clk IMX8MP_CLK_SAI7>;
76+
<&clk IMX8MP_CLK_SAI7>,
77+
<&clk IMX8MP_CLK_AUDIO_AXI_ROOT>;
7678
clock-names = "ahb",
7779
"sai1", "sai2", "sai3",
78-
"sai5", "sai6", "sai7";
80+
"sai5", "sai6", "sai7", "axi";
7981
power-domains = <&pgc_audio>;
8082
};
8183

0 commit comments

Comments
 (0)