2018-03-29 14:47:19

by Daniel Schultz

[permalink] [raw]
Subject: [PATCH v2] mfd: dt-bindings: Add rk808 PMIC reset property

Add documentation about a new rk808 devicetree property. This can enable
the rk805/rk808/rk818 PMIC reset, instead of using soft resets from the
Control and Reset Module.

Signed-off-by: Daniel Schultz <[email protected]>
---
Changes:
v2: Changed commit message

Documentation/devicetree/bindings/mfd/rk808.txt | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/mfd/rk808.txt b/Documentation/devicetree/bindings/mfd/rk808.txt
index 91b6522..fa1a30f 100644
--- a/Documentation/devicetree/bindings/mfd/rk808.txt
+++ b/Documentation/devicetree/bindings/mfd/rk808.txt
@@ -20,6 +20,8 @@ Optional properties:
default output clock name
- rockchip,system-power-controller: Telling whether or not this pmic is controlling
the system power.
+- rockchip,system-reset-controller: Telling whether or not this pmic is controlling
+ the system reset.

Optional RK805 properties:
- vcc1-supply: The input supply for DCDC_REG1
--
2.7.4



2018-04-09 20:25:10

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v2] mfd: dt-bindings: Add rk808 PMIC reset property

On Thu, Mar 29, 2018 at 04:44:43PM +0200, Daniel Schultz wrote:
> Add documentation about a new rk808 devicetree property. This can enable
> the rk805/rk808/rk818 PMIC reset, instead of using soft resets from the
> Control and Reset Module.
>
> Signed-off-by: Daniel Schultz <[email protected]>
> ---
> Changes:
> v2: Changed commit message
>
> Documentation/devicetree/bindings/mfd/rk808.txt | 2 ++
> 1 file changed, 2 insertions(+)

Acked-by: Rob Herring <[email protected]>

2018-08-02 14:21:59

by Heiko Stuebner

[permalink] [raw]
Subject: Re: [PATCH v2] mfd: dt-bindings: Add rk808 PMIC reset property

Hi Daniel,

Am Donnerstag, 29. M?rz 2018, 16:44:43 CEST schrieb Daniel Schultz:
> Add documentation about a new rk808 devicetree property. This can enable
> the rk805/rk808/rk818 PMIC reset, instead of using soft resets from the
> Control and Reset Module.
>
> Signed-off-by: Daniel Schultz <[email protected]>

Is this patch still current?

Normally they go through the relevant subsystem tree but I don't
see Lee Jones <[email protected]> in the list of recipients.

So you might want to resend with him (and Rob's Ack) added?


Heiko