Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

power: reset: st: Remove obsolete platforms from dt doc

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>

authored by

Peter Griffin and committed by
Sebastian Reichel
bb1e41ba 8ad5d85e

+4 -3
+4 -3
Documentation/devicetree/bindings/power/reset/st-reset.txt
··· 1 1 *Device-Tree bindings for ST SW reset functionality 2 2 3 3 Required properties: 4 - - compatible: should be "st,<chip>-restart". 4 + - compatible: should be "stih407-restart". 5 5 - st,syscfg: should be a phandle of the syscfg node. 6 6 7 7 Example node: 8 8 restart { 9 - compatible = "st,stih416-restart"; 10 - st,syscfg = <&syscfg_sbc>; 9 + compatible = "st,stih407-restart"; 10 + st,syscfg = <&syscfg_sbc_reg>; 11 + status = "okay"; 11 12 };