Skip to content

Commit 9421655

Browse files
Johan Jonkerlinusw
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 <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 75dc7e6 commit 9421655

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)