1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-12 01:20:14 +00:00

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-08-11 16:12:34 +02:00 committed by Florian Fainelli
parent 43456fdfc0
commit 2cb82bf8c1

View File

@ -16,14 +16,6 @@
#include "rp1-nexus.dtsi"
};
&pcie1 {
status = "okay";
};
&pcie2 {
status = "okay";
};
&rp1_eth {
status = "okay";
phy-mode = "rgmii-id";