2024-05-06 15:15:07

by Johan Hovold

[permalink] [raw]
Subject: [PATCH 01/13] dt-bindings: mfd: pm8008: add reset gpio

Describe the optional reset gpio (which may not be wired up).

Signed-off-by: Johan Hovold <[email protected]>
---
Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml b/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml
index 0c75d8bde568..e1e05921afb4 100644
--- a/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml
+++ b/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml
@@ -29,6 +29,9 @@ properties:

description: Parent interrupt.

+ reset-gpios:
+ maxItems: 1
+
"#interrupt-cells":
const: 2

@@ -97,6 +100,7 @@ additionalProperties: false

examples:
- |
+ #include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/mfd/qcom-pm8008.h>
#include <dt-bindings/interrupt-controller/irq.h>

@@ -115,6 +119,8 @@ examples:
interrupt-parent = <&tlmm>;
interrupts = <32 IRQ_TYPE_EDGE_RISING>;

+ reset-gpios = <&tlmm 42 GPIO_ACTIVE_LOW>;
+
pm8008_gpios: gpio@c000 {
compatible = "qcom,pm8008-gpio", "qcom,spmi-gpio";
reg = <0xc000>;
--
2.43.2



2024-05-07 06:42:27

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 01/13] dt-bindings: mfd: pm8008: add reset gpio

On 06/05/2024 17:08, Johan Hovold wrote:
> Describe the optional reset gpio (which may not be wired up).
>
> Signed-off-by: Johan Hovold <[email protected]>
> ---
> Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml | 6 ++++++
> 1 file changed, 6 insertions(+)
>

Reviewed-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof


2024-05-08 21:39:41

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH 01/13] dt-bindings: mfd: pm8008: add reset gpio

Quoting Johan Hovold (2024-05-06 08:08:18)
> Describe the optional reset gpio (which may not be wired up).
>
> Signed-off-by: Johan Hovold <[email protected]>
> ---

Reviewed-by: Stephen Boyd <[email protected]>

2024-05-27 13:36:22

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH 01/13] dt-bindings: mfd: pm8008: add reset gpio

On Mon, May 6, 2024 at 5:10 PM Johan Hovold <[email protected]> wrote:

> Describe the optional reset gpio (which may not be wired up).
>
> Signed-off-by: Johan Hovold <[email protected]>

Reviewed-by: Linus Walleij <[email protected]>

Yours,
Linus Walleij