Skip to content

Commit

Permalink
dt-bindings: pinctrl: rockchip,pinctrl: mark gpio sub nodes of pinctr…
Browse files Browse the repository at this point in the history
…l as deprecated

Mark gpio sub nodes of pinctrl as deprecated.
Gpio nodes are now placed in the root of the device tree.
The relation to pinctrl is now described with the
"gpio-ranges" property.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/137b56f0-8e86-f705-4ba7-d5dfe3c0b477@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Johan Jonker authored and Linus Walleij committed Feb 7, 2023
1 parent 75dc7e6 commit 9421655
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,13 @@ allOf:
required:
- compatible
- rockchip,grf
- "#address-cells"
- "#size-cells"
- ranges

patternProperties:
"gpio@[0-9a-f]+$":
type: object

$ref: "/schemas/gpio/rockchip,gpio-bank.yaml#"
deprecated: true

unevaluatedProperties: false

Expand Down

0 comments on commit 9421655

Please sign in to comment.