Skip to content

Commit b9fe09a

Browse files
nxpfranklikwilczynski
authored andcommitted
dt-bindings: PCI: layerscape-pci: Add deprecated property 'num-viewport'
Copy the 'num-viewport' property from snps,dw-pcie-common.yaml to fsl,layerscape-pcie.yaml to address the following warning: /arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dtb: pcie@3400000: Unevaluated properties are not allowed ('num-viewport' was unexpected) This is necessary due to historical reasons where fsl,layerscape-pcie.yaml does not directly reference snps,dw-pcie-common.yaml. Link: https://lore.kernel.org/linux-pci/20240823185855.776904-1-Frank.Li@nxp.com Signed-off-by: Frank Li <Frank.Li@nxp.com> [kwilczynski: commit log] Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org> Acked-by: Rob Herring (Arm) <robh@kernel.org>
1 parent 1a1bf58 commit b9fe09a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ properties:
6969
minItems: 1
7070
maxItems: 2
7171

72+
num-viewport:
73+
$ref: /schemas/types.yaml#/definitions/uint32
74+
deprecated: true
75+
description:
76+
Number of outbound view ports configured in hardware. It's the same as
77+
the number of outbound AT windows.
78+
maximum: 256
79+
7280
required:
7381
- compatible
7482
- reg

0 commit comments

Comments
 (0)