]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: fsl-ls1043a: move "fsl,ls1043a-qdma" ahead "fsl,ls1021a-qdma"
authorFrank Li <Frank.Li@nxp.com>
Mon, 19 Aug 2024 17:01:11 +0000 (13:01 -0400)
committerShawn Guo <shawnguo@kernel.org>
Wed, 4 Sep 2024 09:36:21 +0000 (17:36 +0800)
Move fsl,ls1043a-qdma ahead fallback string fsl,ls1021a-qdma.

Fix warning:
dma-controller@8380000: compatible: 'oneOf' conditional failed, one must be fixed:
        ['fsl,ls1021a-qdma', 'fsl,ls1043a-qdma'] is too long

Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi

index cf92badc665586bd81d6639cf6cd17707f8eb09d..e3b4cd269d2d5c21b6f1edc85601b26ad9705f10 100644 (file)
                };
 
                qdma: dma-controller@8380000 {
-                       compatible = "fsl,ls1021a-qdma", "fsl,ls1043a-qdma";
+                       compatible = "fsl,ls1043a-qdma", "fsl,ls1021a-qdma";
                        reg = <0x0 0x8380000 0x0 0x1000>, /* Controller regs */
                              <0x0 0x8390000 0x0 0x10000>, /* Status regs */
                              <0x0 0x83a0000 0x0 0x40000>; /* Block regs */