power: reset: st: Remove obsolete platforms from dt doc
authorPeter Griffin <peter.griffin@linaro.org>
Wed, 14 Sep 2016 13:27:55 +0000 (14:27 +0100)
committerSebastian Reichel <sre@kernel.org>
Mon, 19 Sep 2016 19:33:13 +0000 (21:33 +0200)
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: <linux-pm@vger.kernel.org>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Documentation/devicetree/bindings/power/reset/st-reset.txt

index 809af54..83734dc 100644 (file)
@@ -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";
        };