Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <krzysztof.kozlowski@linaro.org>
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20250307081327.35153-1-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Krzysztof Wilczyński
208bb5c8 7d741d10

-2
-2
Documentation/devicetree/bindings/pci/fsl,layerscape-pcie-ep.yaml
··· 94 94 reg-names = "regs", "addr_space"; 95 95 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; /* PME interrupt */ 96 96 interrupt-names = "pme"; 97 - num-ib-windows = <6>; 98 - num-ob-windows = <8>; 99 97 status = "disabled"; 100 98 }; 101 99 };