Skip to content

Commit 9421655

Browse files
Johan JonkerLinus Walleij
authored andcommitted
dt-bindings: pinctrl: rockchip,pinctrl: mark gpio sub nodes of pinctrl 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>
1 parent 75dc7e6 commit 9421655

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,13 @@ allOf:
7676
required:
7777
- compatible
7878
- rockchip,grf
79-
- "#address-cells"
80-
- "#size-cells"
81-
- ranges
8279

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

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

8987
unevaluatedProperties: false
9088

0 commit comments

Comments
 (0)