Skip to content

Commit

Permalink
Documentation: ABI: overlays - per overlay docs
Browse files Browse the repository at this point in the history
Documentation for the per-overlay attributes.

Signed-off-by: Pantelis Antoniou <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
pantoniou authored and RobertCNelson committed Jan 28, 2020
1 parent 312469c commit d05509b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Documentation/ABI/testing/sysfs-firmware-devicetree-overlays
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,31 @@ Description:
to be a high-level one-way "off" switch for the interface so
that systems that have this interface can choose to turn it off
during initial boot, etc."

What: /sys/firmware/devicetree/overlays/<id>
Date: October 2015
Contact: Pantelis Antoniou <[email protected]>
Description:
Each directory represents an applied overlay, containing
the following attribute files.

What: /sys/firmware/devicetree/overlays/<id>/can_remove
Date: October 2015
Contact: Pantelis Antoniou <[email protected]>
Description:
The attribute set to 1 means that the overlay can be removed,
while 0 means that the overlay is being overlapped therefore
removal is prohibited.

What: /sys/firmware/devicetree/overlays/<id>/<fragment-name>/
Date: October 2015
Contact: Pantelis Antoniou <[email protected]>
Description:
Each of these directories contain information about of the
particular overlay fragment.

What: /sys/firmware/devicetree/overlays/<id>/<fragment-name>/target
Date: October 2015
Contact: Pantelis Antoniou <[email protected]>
Description:
The full-path of the target of the fragment

0 comments on commit d05509b

Please sign in to comment.