[PATCH v2 08/17] arm64: dts: imx94: Add clock and sound-dai-cells properties for MQS1
Chancel Liu <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.ports.arm.kernel,gmane.linux.drivers.devicetree |
|---|---|
| Message-ID | <[email protected]> |
From: Chancel Liu <[email protected]> MQS1 MCLK input is driven from the respective SAI1 MCLK output, and sound-dai-cells describes the node as an ASoC DAI provider. Both are fixed SoC integration properties rather than board specific, so add them here in the common dtsi instead of duplicating them in each board dts. Signed-off-by: Chancel Liu <[email protected]> --- arch/arm64/boot/dts/freescale/imx94.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx94.dtsi b/arch/arm64/boot/dts/freescale/imx94.dtsi index 34833e62bd79..a0d1922389d6 100644 --- a/arch/arm64/boot/dts/freescale/imx94.dtsi +++ b/arch/arm64/boot/dts/freescale/imx94.dtsi @@ -131,6 +131,9 @@ scmi_misc: protocol@84 { mqs1: mqs1 { compatible = "fsl,imx943-aonmix-mqs"; + clocks = <&scmi_clk IMX94_CLK_SAI1>; + clock-names = "mclk"; + #sound-dai-cells = <0>; status = "disabled"; }; -- 2.50.1