2022-09-03 18:09:55

by Iskren Chernev

[permalink] [raw]
Subject: [PATCH v2 4/9] dt-bindings: pinctrl: qcom: sm6115: Add reserved ranges

Ideally this and similar common properties will be inherited so you
won't need to paste them in every pinctrl binding.

Signed-off-by: Iskren Chernev <[email protected]>
---
.../devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml
index a7a2bb8bff46..d8443811767d 100644
--- a/Documentation/devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml
@@ -49,6 +49,8 @@ properties:
gpio-ranges:
maxItems: 1

+ gpio-reserved-ranges: true
+
wakeup-parent: true

#PIN CONFIGURATION NODES
--
2.37.2


2022-09-03 20:24:51

by Caleb Connolly

[permalink] [raw]
Subject: Re: [PATCH v2 4/9] dt-bindings: pinctrl: qcom: sm6115: Add reserved ranges



On 03/09/2022 18:41, Iskren Chernev wrote:
> Ideally this and similar common properties will be inherited so you
> won't need to paste them in every pinctrl binding.
>
> Signed-off-by: Iskren Chernev <[email protected]>

Reviewed-by: Caleb Connolly <[email protected]>
> ---
> .../devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml
> index a7a2bb8bff46..d8443811767d 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml
> @@ -49,6 +49,8 @@ properties:
> gpio-ranges:
> maxItems: 1
>
> + gpio-reserved-ranges: true
> +
> wakeup-parent: true
>
> #PIN CONFIGURATION NODES
> --
> 2.37.2
>

--
Kind Regards,
Caleb

2022-09-08 08:12:29

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH v2 4/9] dt-bindings: pinctrl: qcom: sm6115: Add reserved ranges

On Sat, Sep 3, 2022 at 7:42 PM Iskren Chernev <[email protected]> wrote:

> Ideally this and similar common properties will be inherited so you
> won't need to paste them in every pinctrl binding.
>
> Signed-off-by: Iskren Chernev <[email protected]>

This patch 4/9 applied to the pinctrl tree.

Yours,
Linus Walleij