Skip to content

Commit 208bb5c

Browse files
krzkkwilczynski
authored andcommitted
dt-bindings: PCI: fsl,layerscape-pcie-ep: Drop deprecated windows
The example DTS uses 'num-ib-windows' and 'num-ob-windows' properties but these are not defined in the binding. Binding also does not reference snps,dw-pcie-common.yaml, probably because it is quite different even though the device is based on Synopsys controller. The properties are actually deprecated, so simply drop them from the example. Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Krzysztof Wilczyński <[email protected]> Reviewed-by: Frank Li <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 7d741d1 commit 208bb5c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Documentation/devicetree/bindings/pci/fsl,layerscape-pcie-ep.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ examples:
9494
reg-names = "regs", "addr_space";
9595
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; /* PME interrupt */
9696
interrupt-names = "pme";
97-
num-ib-windows = <6>;
98-
num-ob-windows = <8>;
9997
status = "disabled";
10098
};
10199
};

0 commit comments

Comments
 (0)