All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add 'serial-number' as a root node property
@ 2020-03-05  0:36 Rob Herring
  0 siblings, 0 replies; only message in thread
From: Rob Herring @ 2020-03-05  0:36 UTC (permalink / raw)
  To: devicetree-spec-u79uwXL29TY76Z2rM5mHXA

'serial-number' is a root node property originating from OpenFirmware and
has been documented for a long time in Linux kernel's boot-without-of.txt.

Signed-off-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
---
 source/devicenodes.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/source/devicenodes.rst b/source/devicenodes.rst
index 8825ad9add2d..519aa3776884 100644
--- a/source/devicenodes.rst
+++ b/source/devicenodes.rst
@@ -48,6 +48,8 @@ are descendants. The full path to the root node is ``/``.
                                                For example:
 
                                                ``compatible = "fsl,mpc8572ds"``
+   ``serial-number``   O     ``<string>``      Specifies a string representing the device's
+                                               serial number.
    Usage legend: R=Required, O=Optional, OR=Optional but Recommended, SD=See Definition
    ===========================================================================================
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-05  0:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-05  0:36 [PATCH] Add 'serial-number' as a root node property Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.