From: galak@codeaurora.org (Kumar Gala)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: msm: Move msm devicetrees under a Qualcomm dir
Date: Thu, 12 Sep 2013 11:37:19 -0500 [thread overview]
Message-ID: <1379003839-16068-1-git-send-email-galak@codeaurora.org> (raw)
Use the Qualcomm vendor prefix (qcom) as the directory name for
Qualcomm MSM devicetrees going forward.
Signed-off-by: Kumar Gala <galak@codeaurora.org>
---
arch/arm/boot/dts/Makefile | 4 ++--
arch/arm/boot/dts/{ => qcom}/msm8660-surf.dts | 2 +-
arch/arm/boot/dts/{ => qcom}/msm8960-cdp.dts | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
rename arch/arm/boot/dts/{ => qcom}/msm8660-surf.dts (97%)
rename arch/arm/boot/dts/{ => qcom}/msm8960-cdp.dts (97%)
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index cc0f1fb..d784ba0 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -101,8 +101,8 @@ dtb-$(CONFIG_ARCH_KIRKWOOD) += kirkwood-cloudbox.dtb \
kirkwood-ts219-6282.dtb \
kirkwood-openblocks_a6.dtb
dtb-$(CONFIG_ARCH_MARCO) += marco-evb.dtb
-dtb-$(CONFIG_ARCH_MSM) += msm8660-surf.dtb \
- msm8960-cdp.dtb
+dtb-$(CONFIG_ARCH_MSM) += qcom/msm8660-surf.dtb \
+ qcom/msm8960-cdp.dtb
dtb-$(CONFIG_ARCH_MVEBU) += armada-370-db.dtb \
armada-370-mirabox.dtb \
armada-370-netgear-rn102.dtb \
diff --git a/arch/arm/boot/dts/msm8660-surf.dts b/arch/arm/boot/dts/qcom/msm8660-surf.dts
similarity index 97%
rename from arch/arm/boot/dts/msm8660-surf.dts
rename to arch/arm/boot/dts/qcom/msm8660-surf.dts
index 386d428..8c5ea9a 100644
--- a/arch/arm/boot/dts/msm8660-surf.dts
+++ b/arch/arm/boot/dts/qcom/msm8660-surf.dts
@@ -1,6 +1,6 @@
/dts-v1/;
-/include/ "skeleton.dtsi"
+/include/ "../skeleton.dtsi"
/ {
model = "Qualcomm MSM8660 SURF";
diff --git a/arch/arm/boot/dts/msm8960-cdp.dts b/arch/arm/boot/dts/qcom/msm8960-cdp.dts
similarity index 97%
rename from arch/arm/boot/dts/msm8960-cdp.dts
rename to arch/arm/boot/dts/qcom/msm8960-cdp.dts
index 93e9f7e..fe2659a 100644
--- a/arch/arm/boot/dts/msm8960-cdp.dts
+++ b/arch/arm/boot/dts/qcom/msm8960-cdp.dts
@@ -1,6 +1,6 @@
/dts-v1/;
-/include/ "skeleton.dtsi"
+/include/ "../skeleton.dtsi"
/ {
model = "Qualcomm MSM8960 CDP";
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
next reply other threads:[~2013-09-12 16:37 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-12 16:37 Kumar Gala [this message]
2013-09-12 16:46 ` [PATCH] ARM: msm: Move msm devicetrees under a Qualcomm dir Olof Johansson
2013-09-12 16:53 ` Kumar Gala
2013-09-12 17:06 ` Olof Johansson
2013-09-12 17:55 ` Kumar Gala
2013-09-12 18:04 ` Olof Johansson
2013-09-12 18:15 ` Kumar Gala
2013-09-12 18:20 ` Rob Herring
2013-09-12 18:46 ` Olof Johansson
2013-09-12 19:26 ` Kumar Gala
2013-09-12 22:47 ` David Brown
2013-09-13 2:05 ` Kumar Gala
2013-09-16 18:28 ` Rohit Vaswani
2013-09-16 18:46 ` Kumar Gala
2013-09-16 18:50 ` Olof Johansson
2013-09-17 15:52 ` Kumar Gala
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=1379003839-16068-1-git-send-email-galak@codeaurora.org \
--to=galak@codeaurora.org \
--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 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).