Skip to content

Commit 8d01484

Browse files
lynxeye-devShawn Guo
authored andcommitted
arm64: dts: imx8mq: fix SAI compatible
The i.MX8M SAI block is not compatible with the i.MX6SX one, as the register layout has changed due to two version registers being added at the beginning of the address map. Remove the bogus compatible. Fixes: 8c61538 ("arm64: dts: imx8mq: Add SAI2 node") Signed-off-by: Lucas Stach <[email protected]> Reviewed-by: Daniel Baluta <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 52d0901 commit 8d01484

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/arm64/boot/dts/freescale/imx8mq.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,8 +715,7 @@
715715

716716
sai2: sai@308b0000 {
717717
#sound-dai-cells = <0>;
718-
compatible = "fsl,imx8mq-sai",
719-
"fsl,imx6sx-sai";
718+
compatible = "fsl,imx8mq-sai";
720719
reg = <0x308b0000 0x10000>;
721720
interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
722721
clocks = <&clk IMX8MQ_CLK_SAI2_IPG>,

0 commit comments

Comments
 (0)