forked from Minki/linux
96b0af4b72
commit 5590f3196b
("drivers/core/of: Add symlink to device-tree from
devices with an OF node") added a symlink called "of_node" to sysfs
however the documentation describes it as "of_path".
Fix the documentation to match what the code actually does.
Signed-off-by: Martin Fuzzey <mfuzzey@parkeon.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11 lines
400 B
Plaintext
11 lines
400 B
Plaintext
# Note: This documents additional properties of any device beyond what
|
|
# is documented in Documentation/sysfs-rules.txt
|
|
|
|
What: /sys/devices/*/of_node
|
|
Date: February 2015
|
|
Contact: Device Tree mailing list <devicetree@vger.kernel.org>
|
|
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/
|