Skip to content

Commit d3f5e95

Browse files
committed
fixup! BCM2708: Add core Device Tree support
Leave pcie1/pciex1/nvme disabled unless a DT parameter is used. Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent dff72a6 commit d3f5e95

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@
487487
};
488488

489489
&pcie1 {
490+
status = "disabled";
490491
ranges =
491492
/* 2GiB, 32-bit, non-prefetchable at PCIe 00_80000000 */
492493
<0x02000000 0x00 0x80000000 0x1b 0x80000000 0x00 0x80000000>,
@@ -495,5 +496,6 @@
495496
};
496497

497498
&pcie2 {
499+
status = "disabled";
498500
brcm,vdm-qos-map = /bits/ 8 <8 8 8 9 10 10 11 11>;
499501
};

arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,6 @@ spi10_cs_pins: &spi10_cs_gpio1 {};
763763
};
764764

765765
&pcie1 {
766-
status = "okay";
767766
brcm,clkreq-mode = "safe";
768767
};
769768

0 commit comments

Comments
 (0)