All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation/devicetree: fix initrd property names
@ 2019-01-07 21:31 Daniel Verkamp
  0 siblings, 0 replies; only message in thread
From: Daniel Verkamp @ 2019-01-07 21:31 UTC (permalink / raw)
  To: devicetree; +Cc: Rob Herring, Mark Rutland, Daniel Verkamp

Documentation/devicetree/bindings/chosen.txt documents
Linux-specific chosen node initrd properties with the names
"linux,initrd-start" and "linux,initrd-end", whereas usage-model.txt had
these as just "initrd-start" and "initrd-end".  As far as I can tell,
the code agrees with the chosen.txt documentation (only the
"linux,"-prefixed properties work), so update usage-model.txt to match.

Signed-off-by: Daniel Verkamp <dverkamp@chromium.org>
---
 Documentation/devicetree/usage-model.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/usage-model.txt b/Documentation/devicetree/usage-model.txt
index 33a8aaac02a8..0ec55edf7580 100644
--- a/Documentation/devicetree/usage-model.txt
+++ b/Documentation/devicetree/usage-model.txt
@@ -187,8 +187,8 @@ Linux it will look something like this:
 
 	chosen {
 		bootargs = "console=ttyS0,115200 loglevel=8";
-		initrd-start = <0xc8000000>;
-		initrd-end = <0xc8200000>;
+		linux,initrd-start = <0xc8000000>;
+		linux,initrd-end = <0xc8200000>;
 	};
 
 The bootargs property contains the kernel arguments, and the initrd-*
-- 
2.20.1.97.g81188d93c3-goog

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

only message in thread, other threads:[~2019-01-07 21:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-07 21:31 [PATCH] Documentation/devicetree: fix initrd property names Daniel Verkamp

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.