From: Andrea della Porta Date: Mon, 11 Aug 2025 14:12:34 +0000 (+0200) Subject: arm64: dts: broadcom: delete redundant pcie enablement nodes X-Git-Tag: v6.18-rc1~147^2~39^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2cb82bf8c160117b4036865e75f9997a84aa6cd7;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: broadcom: delete redundant pcie enablement nodes The pcie1 and pcie2 override nodes to enable the respective peripherals are declared both in bcm2712-rpi-5-b.dts and bcm2712-rpi-5-b-ovl-rp1.dts, which makes those declared in the former file redundant. Drop those redundant nodes from the board devicetree. Signed-off-by: Andrea della Porta Link: https://lore.kernel.org/r/2865b787d893fd1dcf816e1c96856711754d612d.1754914766.git.andrea.porta@suse.com Signed-off-by: Florian Fainelli --- diff --git a/arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts b/arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts index c70d1cb7f3b62..55dbacf5a6fc9 100644 --- a/arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts +++ b/arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts @@ -16,14 +16,6 @@ #include "rp1-nexus.dtsi" }; -&pcie1 { - status = "okay"; -}; - -&pcie2 { - status = "okay"; -}; - &rp1_eth { status = "okay"; phy-mode = "rgmii-id";