mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
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>
This commit is contained in:
@@ -487,6 +487,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&pcie1 {
|
&pcie1 {
|
||||||
|
status = "disabled";
|
||||||
ranges =
|
ranges =
|
||||||
/* 2GiB, 32-bit, non-prefetchable at PCIe 00_80000000 */
|
/* 2GiB, 32-bit, non-prefetchable at PCIe 00_80000000 */
|
||||||
<0x02000000 0x00 0x80000000 0x1b 0x80000000 0x00 0x80000000>,
|
<0x02000000 0x00 0x80000000 0x1b 0x80000000 0x00 0x80000000>,
|
||||||
@@ -495,5 +496,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&pcie2 {
|
&pcie2 {
|
||||||
|
status = "disabled";
|
||||||
brcm,vdm-qos-map = /bits/ 8 <8 8 8 9 10 10 11 11>;
|
brcm,vdm-qos-map = /bits/ 8 <8 8 8 9 10 10 11 11>;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -763,7 +763,6 @@ spi10_cs_pins: &spi10_cs_gpio1 {};
|
|||||||
};
|
};
|
||||||
|
|
||||||
&pcie1 {
|
&pcie1 {
|
||||||
status = "okay";
|
|
||||||
brcm,clkreq-mode = "safe";
|
brcm,clkreq-mode = "safe";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user