[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1500235256-48937-2-git-send-email-vesa.jaaskelainen@vaisala.com>
Date: Sun, 16 Jul 2017 23:00:55 +0300
From: Vesa Jääskeläinen
<vesa.jaaskelainen@...sala.com>
To: devicetree@...r.kernel.org
Cc: Vesa Jääskeläinen
<vesa.jaaskelainen@...sala.com>, Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Russell King <linux@...linux.org.uk>,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Subject: [RFC PATCH 1/2] Documentation: devicetree: root node board-revision property documentation
Board revision is hardware revision for board. Meaning of hardware
revision is defined by device/SoM manufacturer and because of that it is
defined as a string.
Board revision information can be stored in hardware identifier resistors,
eFuses, EEPROM or some other device specific non-volatile storage. It is
expected that bootloader will analyse board revision information and pass
it in device tree to kernel.
Signed-off-by: Vesa Jääskeläinen <vesa.jaaskelainen@...sala.com>
---
Documentation/devicetree/booting-without-of.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/booting-without-of.txt b/Documentation/devicetree/booting-without-of.txt
index fb74044..ae8f5ec 100644
--- a/Documentation/devicetree/booting-without-of.txt
+++ b/Documentation/devicetree/booting-without-of.txt
@@ -872,6 +872,7 @@ address which can extend beyond that limit.
Additional properties for the root node:
- serial-number : a string representing the device's serial number
+ - board-revision : a string representing the board's revision
b) The /cpus node
--
2.1.4
Powered by blists - more mailing lists