diff options
author | 2023-10-04 18:01:58 -0500 | |
---|---|---|
committer | 2023-10-10 11:06:01 +0800 | |
commit | 0e6cc2b8bb7d67733f4a47720787eff1ce2666f2 (patch) | |
tree | aeedabca6bc0ff6d89904a21a7476db5abc595e0 | |
parent | arm64: dts: freescale: add initial device tree for TQMLS1088A (diff) | |
download | wireguard-linux-0e6cc2b8bb7d67733f4a47720787eff1ce2666f2.tar.xz wireguard-linux-0e6cc2b8bb7d67733f4a47720787eff1ce2666f2.zip |
arm64: dts: imx8mm: Add sound-dai-cells to micfil node
Per the DT bindings, the micfil node should have a sound-dai-cells
entry.
Fixes: 3bd0788c43d9 ("arm64: dts: imx8mm: Add support for micfil")
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm.dtsi index 236fe44f779d..738024baaa57 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi @@ -399,6 +399,7 @@ "pll8k", "pll11k", "clkext3"; dmas = <&sdma2 24 25 0x80000000>; dma-names = "rx"; + #sound-dai-cells = <0>; status = "disabled"; }; |