Skip to content

Commit

Permalink
Merge pull request #20 from oohal/master
Browse files Browse the repository at this point in the history
Document the reserved status
  • Loading branch information
robherring authored Apr 10, 2019
2 parents 4b1dac8 + 697f513 commit 81cc39b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/devicetree-basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,10 @@ Description:
Refer to the device binding for details on what disabled means
for a given device.
-------------- --------------------------------------------------------------
``"reserved"`` Indicates that the device is operational, but should not be
used. Typically this is used for devices that are controlled
by another software component, such as platform firmware.
-------------- --------------------------------------------------------------
``"fail"`` Indicates that the device is not operational. A serious error
was detected in the device, and it is unlikely to become
operational without repair.
Expand Down

0 comments on commit 81cc39b

Please sign in to comment.