diff options
author | Rob Herring <robh@kernel.org> | 2022-06-13 20:18:07 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-06-17 22:14:38 +0300 |
commit | 67fcaf28772027350e7aa60006b620c1d4b0be6e (patch) | |
tree | 94b0673ecfd99d33ca79db45c614dc8d5eba2cf6 | |
parent | bb9a3cc77aa153650d2c431c5be27ec78fadf401 (diff) | |
download | linux-67fcaf28772027350e7aa60006b620c1d4b0be6e.tar.xz |
dt-bindings: vexpress-sysreg: Add deprecated GPIO provider properties
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
-rw-r--r-- | Documentation/devicetree/bindings/arm/vexpress-sysreg.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/vexpress-sysreg.yaml b/Documentation/devicetree/bindings/arm/vexpress-sysreg.yaml index b5e26e41f88c..2d2afada5ad1 100644 --- a/Documentation/devicetree/bindings/arm/vexpress-sysreg.yaml +++ b/Documentation/devicetree/bindings/arm/vexpress-sysreg.yaml @@ -29,6 +29,13 @@ properties: ranges: true + gpio-controller: + deprecated: true + + "#gpio-cells": + deprecated: true + const: 2 + additionalProperties: false patternProperties: |