diff options
author | Angus Ainslie (Purism) <angus@akkea.ca> | 2019-03-29 16:21:28 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-04-03 12:58:31 +0200 |
commit | b6c846b954c0b1a4b56215233484ed2240226f80 (patch) | |
tree | b03f007224dda4384771d73068f9988130bec938 /arch/arm64/boot | |
parent | arm64: dts: imx8qxp: add system controller watchdog support (diff) | |
download | linux-b6c846b954c0b1a4b56215233484ed2240226f80.tar.xz linux-b6c846b954c0b1a4b56215233484ed2240226f80.zip |
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>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mq.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi index feb195984997..e5f018289c14 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi @@ -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>, |