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 <andrea.porta@suse.com>
Link: https://lore.kernel.org/r/2865b787d893fd1dcf816e1c96856711754d612d.1754914766.git.andrea.porta@suse.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
This commit is contained in:
Andrea della Porta
2025-09-04 15:15:09 -07:00
committed by Florian Fainelli
parent 43456fdfc0
commit 2cb82bf8c1
@@ -16,14 +16,6 @@
#include "rp1-nexus.dtsi"
};
&pcie1 {
status = "okay";
};
&pcie2 {
status = "okay";
};
&rp1_eth {
status = "okay";
phy-mode = "rgmii-id";