[PATCH 2/2] dt-bindings: PCI: loongson: Add skip-scan property for child node

From: Liu Peibao
Date: Thu Nov 03 2022 - 05:00:52 EST


Add the newly added "skip-scan" property for child node.

Signed-off-by: Liu Peibao <liupeibao@xxxxxxxxxxx>
---
Documentation/devicetree/bindings/pci/loongson.yaml | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/Documentation/devicetree/bindings/pci/loongson.yaml b/Documentation/devicetree/bindings/pci/loongson.yaml
index a8324a9bd002..5c2fe9bf2c78 100644
--- a/Documentation/devicetree/bindings/pci/loongson.yaml
+++ b/Documentation/devicetree/bindings/pci/loongson.yaml
@@ -32,6 +32,13 @@ properties:
minItems: 1
maxItems: 3

+ child-node:
+ type: object
+ properties:
+ skip-scan:
+ description: avoid scanning this device.
+ type: boolean
+

required:
- compatible
--
2.20.1