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:
parent
c78d160d05
commit
b6c846b954
|
@ -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>,
|
||||
|
|
Loading…
Reference in New Issue