dt-bindings: vexpress-sysreg: Add deprecated GPIO provider properties
authorRob Herring <robh@kernel.org>
Mon, 13 Jun 2022 17:18:07 +0000 (11:18 -0600)
committerRob Herring <robh@kernel.org>
Fri, 17 Jun 2022 19:14:38 +0000 (13:14 -0600)
While the current binding expects a child GPIO node, the old style binding
with GPIO provider properties in the parent vexpress-sysreg node is
still in use. Add the GPIO provider properties as deprecated.

Cc: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220613171809.3928949-1-robh@kernel.org
Documentation/devicetree/bindings/arm/vexpress-sysreg.yaml

index b5e26e4..2d2afad 100644 (file)
@@ -29,6 +29,13 @@ properties:
 
   ranges: true
 
+  gpio-controller:
+    deprecated: true
+
+  "#gpio-cells":
+    deprecated: true
+    const: 2
+
 additionalProperties: false
 
 patternProperties: