Message ID | 137b56f0-8e86-f705-4ba7-d5dfe3c0b477@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/8] dt-bindings: gpio: rockchip,gpio-bank: add compatible string per SoC | expand |
On 21/01/2023 12:08, Johan Jonker wrote: > 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> Best regards, Krzysztof
On Sat, Jan 21, 2023 at 12:08 PM Johan Jonker <jbx6244@gmail.com> wrote: > 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> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Do you want me to simply merge this patch to the pinctrl tree? Yours, Linus Walleij
On 1/26/23 14:45, Linus Walleij wrote: > On Sat, Jan 21, 2023 at 12:08 PM Johan Jonker <jbx6244@gmail.com> wrote: > >> 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> > > Reviewed-by: Linus Walleij <linus.walleij@linaro.org> > > Do you want me to simply merge this patch to the pinctrl tree? Hi Heiko, Any last minute feedback possible? If this patch suits then maybe give a ack for Linus? Johan > > Yours, > Linus Walleij
On Sat, Jan 21, 2023 at 12:08 PM Johan Jonker <jbx6244@gmail.com> wrote: > 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> This patch applied to the pinctrl tree. Yours, Linus Walleij
diff --git a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml index d6539723f..45b767986 100644 --- a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml @@ -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
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> --- .../devicetree/bindings/pinctrl/rockchip,pinctrl.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -- 2.20.1