Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1483280 > unrolled thread

[PATCH 17/19] power: reset: st: Remove obsolete platforms from dt doc

Started byPeter Griffin <peter.griffin@linaro.org>
First post2016-09-14 15:30 +0200
Last post2016-09-19 21:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 17/19] power: reset: st: Remove obsolete platforms from dt doc Peter Griffin <peter.griffin@linaro.org> - 2016-09-14 15:30 +0200
    Re: [PATCH 17/19] power: reset: st: Remove obsolete platforms from  dt doc Sebastian Reichel <sre@kernel.org> - 2016-09-19 21:40 +0200

#1483280 — [PATCH 17/19] power: reset: st: Remove obsolete platforms from dt doc

FromPeter Griffin <peter.griffin@linaro.org>
Date2016-09-14 15:30 +0200
Subject[PATCH 17/19] power: reset: st: Remove obsolete platforms from dt doc
Message-ID<shiqe-1oQ-5@gated-at.bofh.it>
This patch removes support for STiH415/6 SoC's from the
st-restart dt binding documentation, as support for these
platforms is being removed from the kernel. It also updates
the dt example to a currently supported platform.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Cc: <dwmw2@infradead.org>
Cc: <dbaryshkov@gmail.com>
Cc: <sre@kernel.org>
Cc: <linux-pm@vger.kernel.org>
---
 Documentation/devicetree/bindings/power/reset/st-reset.txt | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/power/reset/st-reset.txt b/Documentation/devicetree/bindings/power/reset/st-reset.txt
index 809af54..83734dc 100644
--- a/Documentation/devicetree/bindings/power/reset/st-reset.txt
+++ b/Documentation/devicetree/bindings/power/reset/st-reset.txt
@@ -1,11 +1,12 @@
 *Device-Tree bindings for ST SW reset functionality
 
 Required properties:
-- compatible: should be "st,<chip>-restart".
+- compatible: should be "stih407-restart".
 - st,syscfg: should be a phandle of the syscfg node.
 
 Example node:
 	restart {
-		compatible = "st,stih416-restart";
-		st,syscfg = <&syscfg_sbc>;
+		compatible = "st,stih407-restart";
+		st,syscfg = <&syscfg_sbc_reg>;
+		status = "okay";
 	};
-- 
1.9.1

[toc] | [next] | [standalone]


#1486798 — Re: [PATCH 17/19] power: reset: st: Remove obsolete platforms from dt doc

FromSebastian Reichel <sre@kernel.org>
Date2016-09-19 21:40 +0200
SubjectRe: [PATCH 17/19] power: reset: st: Remove obsolete platforms from dt doc
Message-ID<sjcA2-17g-35@gated-at.bofh.it>
In reply to#1483280

[Multipart message — attachments visible in raw view] — view raw

Hi,

On Wed, Sep 14, 2016 at 02:27:55PM +0100, Peter Griffin wrote:
> This patch removes support for STiH415/6 SoC's from the
> st-restart dt binding documentation, as support for these
> platforms is being removed from the kernel. It also updates
> the dt example to a currently supported platform.
>
> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>

Also queued to power-supply's for-next branch.

-- Sebastian

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web