summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2021-10-26 10:20:01 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2021-10-27 12:15:27 +0000
commit828ec42a6a32004a199f8ee4893fecdc0b15ae92 (patch)
tree8161a771c99dfe28fd0b85a2a3ba660beee9e7a9 /arch/arm64/boot/dts/freescale
parentb7164aa99f53059ce080dedc581f6fb9b3ce4d4f (diff)
ARM64: dts: apalis-imx8: Add fsl,imx8qm compatible to ixora v1.2 dts
With long-term tests we saw, that without this compatible string the module sometimes crashes. Searching through the code we found out that in drivers/soc/imx/soc-imx-scu.c there is a workaround activated with that that compatible (TKT340553_SW_WORKAROUND). This commit adds the fsl,imx8qm compatible to the QuadPlus variant of a device tree which obviously is needed due to that workaround. Related-to: ELB-4112 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8qp-apalis-v1.1-ixora-v1.2.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8qp-apalis-v1.1-ixora-v1.2.dts b/arch/arm64/boot/dts/freescale/imx8qp-apalis-v1.1-ixora-v1.2.dts
index 2659eb894ac2..8ec876302ab2 100644
--- a/arch/arm64/boot/dts/freescale/imx8qp-apalis-v1.1-ixora-v1.2.dts
+++ b/arch/arm64/boot/dts/freescale/imx8qp-apalis-v1.1-ixora-v1.2.dts
@@ -15,5 +15,6 @@
"toradex,apalis-imx8qp-v1.1",
"toradex,apalis-imx8-v1.1",
"toradex,apalis-imx8",
- "fsl,imx8qp";
+ "fsl,imx8qp",
+ "fsl,imx8qm";
};