devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Verkamp <dverkamp@chromium.org>
To: devicetree@vger.kernel.org
Cc: Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Daniel Verkamp <dverkamp@chromium.org>
Subject: [PATCH] Documentation/devicetree: fix initrd property names
Date: Mon,  7 Jan 2019 13:31:52 -0800	[thread overview]
Message-ID: <20190107213152.43797-1-dverkamp@chromium.org> (raw)

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

                 reply	other threads:[~2019-01-07 21:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190107213152.43797-1-dverkamp@chromium.org \
    --to=dverkamp@chromium.org \
    --cc=devicetree@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).