mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-07 06:35:11 +07:00
![Rob Herring](/assets/img/avatar_default.png)
Pretty much any node can have a status property, so it doesn't need to be in examples. Converted with the following command and removed examples with SoC and board specific splits: git grep -l -E 'status.*=.*' Documentation/devicetree/ | xargs sed -i -E '/\sstatus.*=.*"(disabled|ok|okay)/d' Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Rob Herring <robh@kernel.org>
12 lines
270 B
Plaintext
12 lines
270 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>;
|
|
};
|