]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Documentation/ABI: Added ABI information for devspec and obppath.
authorVijay Kumar <vijay.ac.kumar@oracle.com>
Thu, 6 Oct 2016 19:06:12 +0000 (12:06 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Oct 2016 14:59:59 +0000 (16:59 +0200)
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>
Documentation/ABI/stable/sysfs-devices

index df449d79b563ebe850f1eeb28b0e2e91d517c430..35c457f8ce736403a8af48fb1952f9aa7706e1da 100644 (file)
@@ -8,3 +8,17 @@ Description:
                Any device associated with a device-tree node will have
                an of_path symlink pointing to the corresponding device
                node in /sys/firmware/devicetree/
+
+What:          /sys/devices/*/devspec
+Date:          October 2016
+Contact:       Device Tree mailing list <devicetree@vger.kernel.org>
+Description:
+               If CONFIG_OF is enabled, then this file is present. When
+               read, it returns full name of the device node.
+
+What:          /sys/devices/*/obppath
+Date:          October 2016
+Contact:       Device Tree mailing list <devicetree@vger.kernel.org>
+Description:
+               If CONFIG_OF is enabled, then this file is present. When
+               read, it returns full name of the device node.