Skip to content

Commit f5d156c

Browse files
Joakim Zhangmarckleinebudde
authored andcommitted
arm64: dts: imx8mp: remove fallback compatible string for FlexCAN
FlexCAN on i.MX8MP is not derived from i.MX6Q, instead reuses from i.MX8QM with extra ECC added and default is enabled, so that the FlexCAN would be put into freeze mode without FLEXCAN_QUIRK_DISABLE_MECR quirk. This patch removes "fsl,imx6q-flexcan" fallback compatible string since it's not compatible with the i.MX6Q. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joakim Zhang <[email protected]> Reviewed-by: Fabio Estevam <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
1 parent 5aa1959 commit f5d156c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@
579579
};
580580

581581
flexcan1: can@308c0000 {
582-
compatible = "fsl,imx8mp-flexcan", "fsl,imx6q-flexcan";
582+
compatible = "fsl,imx8mp-flexcan";
583583
reg = <0x308c0000 0x10000>;
584584
interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>;
585585
clocks = <&clk IMX8MP_CLK_IPG_ROOT>,
@@ -594,7 +594,7 @@
594594
};
595595

596596
flexcan2: can@308d0000 {
597-
compatible = "fsl,imx8mp-flexcan", "fsl,imx6q-flexcan";
597+
compatible = "fsl,imx8mp-flexcan";
598598
reg = <0x308d0000 0x10000>;
599599
interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>;
600600
clocks = <&clk IMX8MP_CLK_IPG_ROOT>,

0 commit comments

Comments
 (0)