Commit 9a96cc8b authored by Andrea della Porta's avatar Andrea della Porta Committed by Florian Fainelli
Browse files

arm64: dts: broadcom: rp1: drop RP1 overlay



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: default avatarAndrea della Porta <andrea.porta@suse.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/85167b815d41ed9ed690ad239a19de5cd2e8be1c.1766077285.git.andrea.porta@suse.com


Signed-off-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
parent bc97e616
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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
+0 −14
Original line number Diff line number Diff line
// 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"
};
+0 −11
Original line number Diff line number Diff line
// SPDX-License-Identifier: (GPL-2.0 OR MIT)

/dts-v1/;
/plugin/;

&pcie2 {
	#address-cells = <3>;
	#size-cells = <2>;

	#include "rp1-nexus.dtsi"
};