]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: imx8dxl: remove "fsl,imx7ulp-lpuart" compatible for imx8dxl
authorSherry Sun <sherry.sun@nxp.com>
Tue, 27 Jun 2023 02:53:30 +0000 (10:53 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 18 Jul 2023 03:37:27 +0000 (11:37 +0800)
Drop the i.MX8DXL backwards compatibility with i.MX7ULP since they
differ from clocks handling point of view.

dtbs_check has the following warnings:
linux-next/arch/arm64/boot/dts/freescale/imx8dxl-evk.dtb: serial@5a060000: compatible: 'oneOf' conditional failed, one must be fixed:
        ['fsl,imx8qxp-lpuart', 'fsl,imx7ulp-lpuart'] is too long
        'fsl,imx93-lpuart' was expected
        'fsl,imx8qxp-lpuart' is not one of ['fsl,imx8qm-lpuart', 'fsl,imx8dxl-lpuart']
        'fsl,imxrt1050-lpuart' was expected
        'fsl,imx8ulp-lpuart' was expected
        'fsl,imx8qxp-lpuart' was expected
        'fsl,imxrt1170-lpuart' was expected
        From schema: linux-next/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8dxl-ss-adma.dtsi

index 6881330ab4c6697e3dabb8afa61d4b199326ec55..e2eeddf38aa34f720bd9237bf714afbe9466db78 100644 (file)
 };
 
 &lpuart0 {
-       compatible = "fsl,imx8qxp-lpuart", "fsl,imx7ulp-lpuart";
+       compatible = "fsl,imx8dxl-lpuart", "fsl,imx8qxp-lpuart";
        interrupts = <GIC_SPI 228 IRQ_TYPE_LEVEL_HIGH>;
 };
 
 &lpuart1 {
-       compatible = "fsl,imx8qxp-lpuart", "fsl,imx7ulp-lpuart";
+       compatible = "fsl,imx8dxl-lpuart", "fsl,imx8qxp-lpuart";
        interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>;
 };
 
 &lpuart2 {
-       compatible = "fsl,imx8qxp-lpuart", "fsl,imx7ulp-lpuart";
+       compatible = "fsl,imx8dxl-lpuart", "fsl,imx8qxp-lpuart";
        interrupts = <GIC_SPI 230 IRQ_TYPE_LEVEL_HIGH>;
 };
 
 &lpuart3 {
-       compatible = "fsl,imx8qxp-lpuart", "fsl,imx7ulp-lpuart";
+       compatible = "fsl,imx8dxl-lpuart", "fsl,imx8qxp-lpuart";
        interrupts = <GIC_SPI 231 IRQ_TYPE_LEVEL_HIGH>;
 };