]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: fsl,ls2085a: remove fsl,ls2085a-pcie
authorFrank Li <Frank.Li@nxp.com>
Mon, 29 Jul 2024 18:59:32 +0000 (14:59 -0400)
committerShawn Guo <shawnguo@kernel.org>
Tue, 13 Aug 2024 07:26:50 +0000 (15:26 +0800)
fsl,ls2080a-pcie actual is the same as fsl,ls2085a-pcie. Only keep one is
enough, so remove "fsl,ls2085a-pcie" to fix below warnings.

arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dtb: pcie@3400000: compatible: ['fsl,ls2080a-pcie', 'fsl,ls2085a-pcie'] is too long
from schema $id: http://devicetree.org/schemas/pci/fsl,layerscape-pcie.yaml#

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi

index 3213a8fe0b3b41911919cf01fc3f5f70c1563883..d9ce0fbda1e1bcf99e2db0ccc2a774136c899dc9 100644 (file)
                };
 
                pcie1: pcie@3400000 {
-                       compatible = "fsl,ls2080a-pcie", "fsl,ls2085a-pcie";
+                       compatible = "fsl,ls2080a-pcie";
                        reg-names = "regs", "config";
                        interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
                        interrupt-names = "intr";
                };
 
                pcie2: pcie@3500000 {
-                       compatible = "fsl,ls2080a-pcie", "fsl,ls2085a-pcie";
+                       compatible = "fsl,ls2080a-pcie";
                        reg-names = "regs", "config";
                        interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>;
                        interrupt-names = "intr";
                };
 
                pcie3: pcie@3600000 {
-                       compatible = "fsl,ls2080a-pcie", "fsl,ls2085a-pcie";
+                       compatible = "fsl,ls2080a-pcie";
                        reg-names = "regs", "config";
                        interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>;
                        interrupt-names = "intr";
                };
 
                pcie4: pcie@3700000 {
-                       compatible = "fsl,ls2080a-pcie", "fsl,ls2085a-pcie";
+                       compatible = "fsl,ls2080a-pcie";
                        reg-names = "regs", "config";
                        interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
                        interrupt-names = "intr";