diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2019-07-17 11:54:36 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-07-23 15:37:31 +0800 |
commit | 8d0148473dece51675d11dd59b8db5fe4b5d2e7e (patch) | |
tree | 4859858d9fd2a412505a10016dd9fb53d8c2a562 /arch | |
parent | 52d09014bb104a9157c0f5530700291052d2955c (diff) | |
download | linux-stable-8d0148473dece51675d11dd59b8db5fe4b5d2e7e.tar.gz linux-stable-8d0148473dece51675d11dd59b8db5fe4b5d2e7e.tar.bz2 linux-stable-8d0148473dece51675d11dd59b8db5fe4b5d2e7e.zip |
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: 8c61538dc945 ("arm64: dts: imx8mq: Add SAI2 node")
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mq.dtsi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi index d09b808eff87..52aae341d0da 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi @@ -715,8 +715,7 @@ sai2: sai@308b0000 { #sound-dai-cells = <0>; - compatible = "fsl,imx8mq-sai", - "fsl,imx6sx-sai"; + compatible = "fsl,imx8mq-sai"; reg = <0x308b0000 0x10000>; interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>; clocks = <&clk IMX8MQ_CLK_SAI2_IPG>, |