Skip to content

Commit c31d2d8

Browse files
committed
schemas: pci: Allow setting the non-relocatable bit in 'ranges'
The non-relocatable bit is a don't care for FDT and is ignored AFAICT, so let's allow it to be set. Signed-off-by: Rob Herring <[email protected]>
1 parent bab6707 commit c31d2d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

schemas/pci/pci-bus.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ properties:
4343
- 0x03000000
4444
- 0x42000000
4545
- 0x43000000
46+
- 0x81000000
47+
- 0x82000000
48+
- 0x83000000
49+
- 0xc2000000
50+
- 0xc3000000
4651

4752
dma-ranges:
4853
oneOf:

0 commit comments

Comments
 (0)