diff options
| author | Andrea della Porta <andrea.porta@suse.com> | 2025-08-11 16:12:34 +0200 |
|---|---|---|
| committer | Florian Fainelli <florian.fainelli@broadcom.com> | 2025-09-04 15:15:09 -0700 |
| commit | 2cb82bf8c160117b4036865e75f9997a84aa6cd7 (patch) | |
| tree | 452175c8677c79d68f9a1d7943f8cec72b8e6af2 | |
| parent | 43456fdfc014f302fdcbb85903efe9548330dc32 (diff) | |
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>
| -rw-r--r-- | arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts | 8 |
1 files changed, 0 insertions, 8 deletions
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 c70d1cb7f3b6..55dbacf5a6fc 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"; |
