From: nm@ti.com (Nishanth Menon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] Documentation: dt: keystone: Fix up missing quotes
Date: Wed, 7 Oct 2015 12:04:16 -0500 [thread overview]
Message-ID: <1444237456-28020-1-git-send-email-nm@ti.com> (raw)
Add missing commits for the suggest compatible flags in dt binding.
Fixes: 8841cbf666d6 ("Documentation: dt: keystone: provide SoC specific compatible flags")
Reported-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
---
This could be squashed since the original patch was not merged yet..
Apologies on the miss. (based on next-20151006)
Documentation/devicetree/bindings/arm/keystone/keystone.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/arm/keystone/keystone.txt b/Documentation/devicetree/bindings/arm/keystone/keystone.txt
index 800d2d02e27b..3090a8a008c0 100644
--- a/Documentation/devicetree/bindings/arm/keystone/keystone.txt
+++ b/Documentation/devicetree/bindings/arm/keystone/keystone.txt
@@ -17,11 +17,11 @@ SoC families:
SoCs:
- Keystone 2 Hawking/Kepler
- compatible = ti,k2hk", "ti,keystone"
+ compatible = "ti,k2hk", "ti,keystone"
- Keystone 2 Lamarr
- compatible = ti,k2l", "ti,keystone"
+ compatible = "ti,k2l", "ti,keystone"
- Keystone 2 Edison
- compatible = ti,k2e", "ti,keystone"
+ compatible = "ti,k2e", "ti,keystone"
Boards:
- Keystone 2 Hawking/Kepler EVM
--
2.1.4
WARNING: multiple messages have this Message-ID (diff)
From: Nishanth Menon <nm@ti.com>
To: Santosh Shilimkar <ssantosh@kernel.org>
Cc: Suman Anna <s-anna@ti.com>,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, Nishanth Menon <nm@ti.com>
Subject: [PATCH] Documentation: dt: keystone: Fix up missing quotes
Date: Wed, 7 Oct 2015 12:04:16 -0500 [thread overview]
Message-ID: <1444237456-28020-1-git-send-email-nm@ti.com> (raw)
Add missing commits for the suggest compatible flags in dt binding.
Fixes: 8841cbf666d6 ("Documentation: dt: keystone: provide SoC specific compatible flags")
Reported-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
---
This could be squashed since the original patch was not merged yet..
Apologies on the miss. (based on next-20151006)
Documentation/devicetree/bindings/arm/keystone/keystone.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/arm/keystone/keystone.txt b/Documentation/devicetree/bindings/arm/keystone/keystone.txt
index 800d2d02e27b..3090a8a008c0 100644
--- a/Documentation/devicetree/bindings/arm/keystone/keystone.txt
+++ b/Documentation/devicetree/bindings/arm/keystone/keystone.txt
@@ -17,11 +17,11 @@ SoC families:
SoCs:
- Keystone 2 Hawking/Kepler
- compatible = ti,k2hk", "ti,keystone"
+ compatible = "ti,k2hk", "ti,keystone"
- Keystone 2 Lamarr
- compatible = ti,k2l", "ti,keystone"
+ compatible = "ti,k2l", "ti,keystone"
- Keystone 2 Edison
- compatible = ti,k2e", "ti,keystone"
+ compatible = "ti,k2e", "ti,keystone"
Boards:
- Keystone 2 Hawking/Kepler EVM
--
2.1.4
WARNING: multiple messages have this Message-ID (diff)
From: Nishanth Menon <nm@ti.com>
To: Santosh Shilimkar <ssantosh@kernel.org>
Cc: Suman Anna <s-anna@ti.com>, <linux-kernel@vger.kernel.org>,
<devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
Nishanth Menon <nm@ti.com>
Subject: [PATCH] Documentation: dt: keystone: Fix up missing quotes
Date: Wed, 7 Oct 2015 12:04:16 -0500 [thread overview]
Message-ID: <1444237456-28020-1-git-send-email-nm@ti.com> (raw)
Add missing commits for the suggest compatible flags in dt binding.
Fixes: 8841cbf666d6 ("Documentation: dt: keystone: provide SoC specific compatible flags")
Reported-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
---
This could be squashed since the original patch was not merged yet..
Apologies on the miss. (based on next-20151006)
Documentation/devicetree/bindings/arm/keystone/keystone.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/arm/keystone/keystone.txt b/Documentation/devicetree/bindings/arm/keystone/keystone.txt
index 800d2d02e27b..3090a8a008c0 100644
--- a/Documentation/devicetree/bindings/arm/keystone/keystone.txt
+++ b/Documentation/devicetree/bindings/arm/keystone/keystone.txt
@@ -17,11 +17,11 @@ SoC families:
SoCs:
- Keystone 2 Hawking/Kepler
- compatible = ti,k2hk", "ti,keystone"
+ compatible = "ti,k2hk", "ti,keystone"
- Keystone 2 Lamarr
- compatible = ti,k2l", "ti,keystone"
+ compatible = "ti,k2l", "ti,keystone"
- Keystone 2 Edison
- compatible = ti,k2e", "ti,keystone"
+ compatible = "ti,k2e", "ti,keystone"
Boards:
- Keystone 2 Hawking/Kepler EVM
--
2.1.4
next reply other threads:[~2015-10-07 17:04 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-07 17:04 Nishanth Menon [this message]
2015-10-07 17:04 ` [PATCH] Documentation: dt: keystone: Fix up missing quotes Nishanth Menon
2015-10-07 17:04 ` Nishanth Menon
2015-10-07 17:46 ` santosh.shilimkar at oracle.com
2015-10-07 17:46 ` santosh.shilimkar
2015-10-07 17:46 ` santosh.shilimkar-QHcLZuEGTsvQT0dZR+AlfA
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=1444237456-28020-1-git-send-email-nm@ti.com \
--to=nm@ti.com \
--cc=linux-arm-kernel@lists.infradead.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 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.