arm64: dts: imx8mq: Fix the fsl,imx8mq-sdma compatible string
authorAngus Ainslie (Purism) <angus@akkea.ca>
Fri, 29 Mar 2019 15:21:28 +0000 (08:21 -0700)
committerShawn Guo <shawnguo@kernel.org>
Wed, 3 Apr 2019 10:58:31 +0000 (17:58 +0700)
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>
arch/arm64/boot/dts/freescale/imx8mq.dtsi

index feb1959..e5f0182 100644 (file)
                        };
 
                        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>,