lkml.org 
[lkml]   [2022]   [May]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH V13 1/9] dt-bindings: mfd: pm8008: Add reset-gpios
Date
Add reset-gpios property for pm8008.

Signed-off-by: Satya Priya <quic_c_skakit@quicinc.com>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Reviewed-by: Rob Herring <robh@kernel.org>
---
Changes in V13:
- None.

Changes in V12:
- None.

Changes in V11:
- Change the GPIO_ACTIVE_HIGH flag to GPIO_ACTIVE_LOW.

Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml b/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml
index ec3138c..a89649c 100644
--- a/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml
+++ b/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml
@@ -44,6 +44,9 @@ properties:
"#size-cells":
const: 0

+ reset-gpios:
+ maxItems: 1
+
patternProperties:
"^gpio@[0-9a-f]+$":
type: object
@@ -92,6 +95,7 @@ required:
- "#address-cells"
- "#size-cells"
- "#interrupt-cells"
+ - reset-gpios

additionalProperties: false

@@ -99,6 +103,7 @@ examples:
- |
#include <dt-bindings/mfd/qcom-pm8008.h>
#include <dt-bindings/interrupt-controller/irq.h>
+ #include <dt-bindings/gpio/gpio.h>
qupv3_se13_i2c {
#address-cells = <1>;
#size-cells = <0>;
@@ -113,6 +118,8 @@ examples:
interrupt-parent = <&tlmm>;
interrupts = <32 IRQ_TYPE_EDGE_RISING>;

+ reset-gpios = <&pm8350c_gpios 4 GPIO_ACTIVE_LOW>;
+
pm8008_gpios: gpio@c000 {
compatible = "qcom,pm8008-gpio", "qcom,spmi-gpio";
reg = <0xc000>;
--
2.7.4
\
 
 \ /
  Last update: 2022-05-20 12:50    [W:0.072 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site