From 475346fed7fa1022d72432b5d84de5d931ccffc8 Mon Sep 17 00:00:00 2001 From: Robin Gong Date: Tue, 11 Aug 2020 22:11:13 +0800 Subject: [PATCH] MLK-24483-2: arm64: dts: imx8mq: changed to imx51-ecspi type Changed ecspi compatible name to imx51-ecspi instead of imx6ul-ecspi since ERR009165 not fix on i.mx8mq. Signed-off-by: Robin Gong Reviewed-by: Clark Wang (cherry picked from commit 14b77dc47be727e1016e17505e65643fa6cd2b99) --- arch/arm64/boot/dts/freescale/imx8mq.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi index 2fd1ee01007a..2689621ef7f8 100755 --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi @@ -850,7 +850,7 @@ ecspi1: spi@30820000 { #address-cells = <1>; #size-cells = <0>; - compatible = "fsl,imx8mq-ecspi", "fsl,imx6ul-ecspi"; + compatible = "fsl,imx8mq-ecspi", "fsl,imx51-ecspi"; reg = <0x30820000 0x10000>; interrupts = ; clocks = <&clk IMX8MQ_CLK_ECSPI1_ROOT>, @@ -862,7 +862,7 @@ ecspi2: spi@30830000 { #address-cells = <1>; #size-cells = <0>; - compatible = "fsl,imx8mq-ecspi", "fsl,imx6ul-ecspi"; + compatible = "fsl,imx8mq-ecspi", "fsl,imx51-ecspi"; reg = <0x30830000 0x10000>; interrupts = ; clocks = <&clk IMX8MQ_CLK_ECSPI2_ROOT>, @@ -874,7 +874,7 @@ ecspi3: spi@30840000 { #address-cells = <1>; #size-cells = <0>; - compatible = "fsl,imx8mq-ecspi", "fsl,imx6ul-ecspi"; + compatible = "fsl,imx8mq-ecspi", "fsl,imx51-ecspi"; reg = <0x30840000 0x10000>; interrupts = ; clocks = <&clk IMX8MQ_CLK_ECSPI3_ROOT>, -- 2.17.1