]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: broadcom: delete redundant pcie enablement nodes
authorAndrea della Porta <andrea.porta@suse.com>
Mon, 11 Aug 2025 14:12:34 +0000 (16:12 +0200)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Thu, 4 Sep 2025 22:15:09 +0000 (15:15 -0700)
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>
arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts

index c70d1cb7f3b623020c92d2abe08b7b4a804a0cd1..55dbacf5a6fc9955ce5854a3755d494c90479046 100644 (file)
        #include "rp1-nexus.dtsi"
 };
 
-&pcie1 {
-       status = "okay";
-};
-
-&pcie2 {
-       status = "okay";
-};
-
 &rp1_eth {
        status = "okay";
        phy-mode = "rgmii-id";