From: Ruiqiang Hao <[email protected]>
Commit 97fdde3189b6 ("arm64: dts: imx8qm-ss-dma: correct the dma
channels of lpuart") introduced the use of FSL_EDMA_RX flag but missed
adding the required header file, causing DTC compilation error:
Error: arch/arm64/boot/dts/freescale/imx8qm-ss-dma.dtsi:179.22-23 syntax error
FATAL ERROR: Unable to parse input tree
Add the missing include for dt-bindings/dma/fsl-edma.h to fix the build
error.
Fixes: 97fdde3189b6 ("arm64: dts: imx8qm-ss-dma: correct the dma channels of
lpuart")
Signed-off-by: Ruiqiang Hao <[email protected]>
---
arch/arm64/boot/dts/freescale/imx8qm-ss-dma.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/imx8qm-ss-dma.dtsi
b/arch/arm64/boot/dts/freescale/imx8qm-ss-dma.dtsi
index 4d079c14e89b..0858266a20f4 100644
--- a/arch/arm64/boot/dts/freescale/imx8qm-ss-dma.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8qm-ss-dma.dtsi
@@ -4,6 +4,8 @@
* Dong Aisheng <[email protected]>
*/
+#include <dt-bindings/dma/fsl-edma.h>
+
&dma_subsys {
lpuart4: serial@5a0a0000 {
compatible = "fsl,imx8qm-lpuart", "fsl,imx8qxp-lpuart";
--
2.49.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#16259):
https://lists.yoctoproject.org/g/linux-yocto/message/16259
Mute This Topic: https://lists.yoctoproject.org/mt/117610836/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-