DT specification 4.0, section "2.3 Standard Properties":
> DTSpec specifies a set of standard properties for device nodes
DT specification 4.0, paragraph "2.3.4 status":
> The status property indicates the operational status of a device.
> The lack of a status property should be treated as if the property
existed with the value of "okay".
On 2023-08-29 09:39, Kalle Valo wrote:
Ryder Lee <ryder.lee@xxxxxxxxxxxx> writes:
Add ability to explicitly forbid LED registration using DT led\status = "disabled".
Tested-by: Alexey D. Filimonov <alexey@xxxxxxxxxxxxx>
Signed-off-by: Alexey D. Filimonov <alexey@xxxxxxxxxxxxx>
Signed-off-by: Ryder Lee <ryder.lee@xxxxxxxxxxxx>
Is this a generic Device Tree feature and already documented in DT
bindings?