]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: apm-shadowcat: Drop "apm,xgene2-pcie" compatible
authorRob Herring (Arm) <robh@kernel.org>
Fri, 19 Sep 2025 16:15:28 +0000 (11:15 -0500)
committerArnd Bergmann <arnd@arndb.de>
Tue, 23 Sep 2025 20:39:18 +0000 (22:39 +0200)
The "apm,xgene2-pcie" compatible is unused, undocumented, and in the
wrong position in the compatible list. Given this is a mature and little
used platform, just remove the compatible rather than fix the order and
document it.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250919161529.1293151-1-robh@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/boot/dts/apm/apm-shadowcat.dtsi

index 235ada884d27c82273b032797c9814b51df77eff..5bbedb0a7107d5f5163c5b80d81f260c3f009838 100644 (file)
                pcie0: pcie@1f2b0000 {
                        status = "disabled";
                        device_type = "pci";
-                       compatible = "apm,xgene-pcie", "apm,xgene2-pcie";
+                       compatible = "apm,xgene-pcie";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
                        #address-cells = <3>;
                pcie1: pcie@1f2c0000 {
                        status = "disabled";
                        device_type = "pci";
-                       compatible = "apm,xgene-pcie", "apm,xgene2-pcie";
+                       compatible = "apm,xgene-pcie";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
                        #address-cells = <3>;