Commit 93391d4
committed
pci: fdt: fix: add pci-probe-only property to the chosen node
The `pci-probe-only` property tells the guest to preserve any PCI
resource assignment done by the firmware (VMM in this case).
Since we do not support BAR relocation, this is a valid way to tell
the guest to not relocate anything.
The absence of this property did not cause any issues so far. But this
can change. Add this property explicitly to prevent potential future
issues.
Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>1 parent eff14c7 commit 93391d4
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
275 | 279 | | |
276 | 280 | | |
277 | 281 | | |
| |||
0 commit comments