mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-09 14:14:00 +08:00
bb1e41ba32
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>
13 lines
289 B
Plaintext
13 lines
289 B
Plaintext
*Device-Tree bindings for ST SW reset functionality
|
|
|
|
Required properties:
|
|
- compatible: should be "stih407-restart".
|
|
- st,syscfg: should be a phandle of the syscfg node.
|
|
|
|
Example node:
|
|
restart {
|
|
compatible = "st,stih407-restart";
|
|
st,syscfg = <&syscfg_sbc_reg>;
|
|
status = "okay";
|
|
};
|