forked from beagleboard/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation: ABI: overlays - per overlay docs
Documentation for the per-overlay attributes. Signed-off-by: Pantelis Antoniou <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information
1 parent
312469c
commit d05509b
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |