Commit bb1e41ba authored by Peter Griffin's avatar Peter Griffin Committed by Sebastian Reichel

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: default avatarPeter Griffin <peter.griffin@linaro.org>
Cc: <linux-pm@vger.kernel.org>
Signed-off-by: default avatarSebastian Reichel <sre@kernel.org>
parent 8ad5d85e
*Device-Tree bindings for ST SW reset functionality *Device-Tree bindings for ST SW reset functionality
Required properties: Required properties:
- compatible: should be "st,<chip>-restart". - compatible: should be "stih407-restart".
- st,syscfg: should be a phandle of the syscfg node. - st,syscfg: should be a phandle of the syscfg node.
Example node: Example node:
restart { restart {
compatible = "st,stih416-restart"; compatible = "st,stih407-restart";
st,syscfg = <&syscfg_sbc>; st,syscfg = <&syscfg_sbc_reg>;
status = "okay";
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment