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

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

+7
+7
Documentation/devicetree/bindings/arm/vexpress-sysreg.yaml
··· 29 29 30 30 ranges: true 31 31 32 + gpio-controller: 33 + deprecated: true 34 + 35 + "#gpio-cells": 36 + deprecated: true 37 + const: 2 38 + 32 39 additionalProperties: false 33 40 34 41 patternProperties: