Message ID | 20231004230159.33527-2-aford173@gmail.com |
---|---|
State | Accepted |
Commit | db1925454a2e7cadcac8756442ca7c3198332336 |
Headers | show |
Series | [1/2] arm64: dts: imx8mm: Add sound-dai-cells to micfil node | expand |
On Wed, Oct 4, 2023 at 8:02 PM Adam Ford <aford173@gmail.com> wrote: > > Per the DT bindings, the micfil node should have a sound-dai-cells > entry. > > Fixes: cca69ef6eba5 ("arm64: dts: imx8mn: Add support for micfil") > Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi b/arch/arm64/boot/dts/freescale/imx8mn.dtsi index aa38dd6dc9ba..1bb1d0c1bae4 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi @@ -371,6 +371,7 @@ micfil: audio-controller@30080000 { "pll8k", "pll11k", "clkext3"; dmas = <&sdma2 24 25 0x80000000>; dma-names = "rx"; + #sound-dai-cells = <0>; status = "disabled"; };
Per the DT bindings, the micfil node should have a sound-dai-cells entry. Fixes: cca69ef6eba5 ("arm64: dts: imx8mn: Add support for micfil") Signed-off-by: Adam Ford <aford173@gmail.com>