aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Kumar <vijay.ac.kumar@oracle.com>2016-10-06 15:06:12 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-27 10:59:59 -0400
commit5864f7c113992658e2fd5761ce1bac2f79c9c967 (patch)
treec2b0c6f0a00ebe6fbca3b83100caf43efb53a944
parent51fa91475e431e75b802dbab7c056f2829dc9410 (diff)
Documentation/ABI: Added ABI information for devspec and obppath.
Updated Documentation/ABI for devspec and obppath sysfs entries. Signed-off-by: Vijay Kumar <vijay.ac.kumar@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--Documentation/ABI/stable/sysfs-devices14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/ABI/stable/sysfs-devices b/Documentation/ABI/stable/sysfs-devices
index df449d79b563..35c457f8ce73 100644
--- a/Documentation/ABI/stable/sysfs-devices
+++ b/Documentation/ABI/stable/sysfs-devices
@@ -8,3 +8,17 @@ Description:
8 Any device associated with a device-tree node will have 8 Any device associated with a device-tree node will have
9 an of_path symlink pointing to the corresponding device 9 an of_path symlink pointing to the corresponding device
10 node in /sys/firmware/devicetree/ 10 node in /sys/firmware/devicetree/
11
12What: /sys/devices/*/devspec
13Date: October 2016
14Contact: Device Tree mailing list <devicetree@vger.kernel.org>
15Description:
16 If CONFIG_OF is enabled, then this file is present. When
17 read, it returns full name of the device node.
18
19What: /sys/devices/*/obppath
20Date: October 2016
21Contact: Device Tree mailing list <devicetree@vger.kernel.org>
22Description:
23 If CONFIG_OF is enabled, then this file is present. When
24 read, it returns full name of the device node.