arm64: dts: imx8mq: Fix the fsl,imx8mq-sdma compatible string

Fix a typo in the compatible string

Signed-off-by: Angus Ainslie (Purism) <angus@akkea.ca>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Angus Ainslie (Purism) 2019-03-29 08:21:28 -07:00 committed by Shawn Guo
parent c78d160d05
commit b6c846b954
1 changed files with 1 additions and 1 deletions

View File

@ -763,7 +763,7 @@
};
sdma1: sdma@30bd0000 {
compatible = "fsl, imx8mq-sdma","fsl,imx7d-sdma";
compatible = "fsl,imx8mq-sdma","fsl,imx7d-sdma";
reg = <0x30bd0000 0x10000>;
interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk IMX8MQ_CLK_SDMA1_ROOT>,