]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: broadcom: rp1: drop RP1 overlay
authorAndrea della Porta <andrea.porta@suse.com>
Thu, 18 Dec 2025 19:09:09 +0000 (20:09 +0100)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Fri, 19 Dec 2025 20:42:36 +0000 (12:42 -0800)
RP1 support loaded from overlay has been dropped from the driver and
the DTB intended to be loaded with the overlay no longer exists.

Drop unused include file and overlay.

Signed-off-by: Andrea della Porta <andrea.porta@suse.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/85167b815d41ed9ed690ad239a19de5cd2e8be1c.1766077285.git.andrea.porta@suse.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
arch/arm64/boot/dts/broadcom/Makefile
arch/arm64/boot/dts/broadcom/rp1-nexus.dtsi [deleted file]
arch/arm64/boot/dts/broadcom/rp1.dtso [deleted file]

index d43901404c9558c86d8f066bcade49c0478b6d8e..01ecfa30418453e510c801bec66f991d5566514d 100644 (file)
@@ -13,8 +13,7 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-400.dtb \
                              bcm2837-rpi-3-b.dtb \
                              bcm2837-rpi-3-b-plus.dtb \
                              bcm2837-rpi-cm3-io3.dtb \
-                             bcm2837-rpi-zero-2-w.dtb \
-                             rp1.dtbo
+                             bcm2837-rpi-zero-2-w.dtb
 
 subdir-y       += bcmbca
 subdir-y       += northstar2
diff --git a/arch/arm64/boot/dts/broadcom/rp1-nexus.dtsi b/arch/arm64/boot/dts/broadcom/rp1-nexus.dtsi
deleted file mode 100644 (file)
index 0ef30d7..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-// SPDX-License-Identifier: (GPL-2.0 OR MIT)
-
-rp1_nexus {
-       compatible = "pci1de4,1";
-       #address-cells = <3>;
-       #size-cells = <2>;
-       ranges = <0x01 0x00 0x00000000
-                 0x02000000 0x00 0x00000000
-                 0x0 0x400000>;
-       interrupt-controller;
-       #interrupt-cells = <2>;
-
-       #include "rp1-common.dtsi"
-};
diff --git a/arch/arm64/boot/dts/broadcom/rp1.dtso b/arch/arm64/boot/dts/broadcom/rp1.dtso
deleted file mode 100644 (file)
index ab4f146..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-// SPDX-License-Identifier: (GPL-2.0 OR MIT)
-
-/dts-v1/;
-/plugin/;
-
-&pcie2 {
-       #address-cells = <3>;
-       #size-cells = <2>;
-
-       #include "rp1-nexus.dtsi"
-};