devicetree-spec.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
To: devicetree-spec-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: Grant Likely <grant.likely-5wv7dgnIgG8@public.gmane.org>,
	"Robert P . J . Day"
	<rpjday-L09J2beyid0N/H6P543EQg@public.gmane.org>
Subject: [PATCH] Revert change to fsl,mpc8641 example
Date: Wed, 20 Dec 2017 11:20:24 +0000	[thread overview]
Message-ID: <20171220112024.12303-1-grant.likely@arm.com> (raw)

Commit 7d888a01, "Aesthetic/grammar fixes to first part of
devicetree-basics.rst" changed one of the Freescale compatible examples
from "fsl,mpc8641-uart" to "fsl,ns16550". However, there is value in
using examples from real hardware when possible, and to also show that
different strings (mpc8641-uart vs. ns16550) for a device is normal, so
revert that hunk.

Signed-off-by: Grant Likely <grant.likely-5wv7dgnIgG8@public.gmane.org>
Cc: Robert P. J. Day <rpjday-L09J2beyid0N/H6P543EQg@public.gmane.org>
---
 source/devicetree-basics.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/devicetree-basics.rst b/source/devicetree-basics.rst
index f007a4b..1900cc8 100644
--- a/source/devicetree-basics.rst
+++ b/source/devicetree-basics.rst
@@ -469,10 +469,10 @@ Description:
 
 Example:
 
-   ``compatible = "fsl,ns16550", "ns16550";``
+   ``compatible = "fsl,mpc8641", "ns16550";``
 
    In this example, an operating system would first try to locate a device
-   driver that supported fsl,ns16550. If a driver was not found, it
+   driver that supported fsl,mpc8641. If a driver was not found, it
    would then try to locate a driver that supported the more general
    ns16550 device type.
 
-- 
2.11.0

             reply	other threads:[~2017-12-20 11:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-20 11:20 Grant Likely [this message]
     [not found] ` <20171220112024.12303-1-grant.likely-5wv7dgnIgG8@public.gmane.org>
2017-12-20 15:35   ` [PATCH] Revert change to fsl,mpc8641 example Rob Herring
     [not found]     ` <CAL_Jsq+dMY7kvoB6JbG0iKG1RmsSP-zPArL5oJuXO00MeXL=Og-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-12-20 16:54       ` Grant Likely

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=20171220112024.12303-1-grant.likely@arm.com \
    --to=grant.likely-s3s/wqlpoipyb63q8fvjnq@public.gmane.org \
    --cc=devicetree-spec-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=grant.likely-5wv7dgnIgG8@public.gmane.org \
    --cc=rpjday-L09J2beyid0N/H6P543EQg@public.gmane.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 read-only IMAP folder(s) and NNTP newsgroup(s).