From: ibanezchen@gmail.com (Howard Chen)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 2/4] ARM: mediatek: add dts for mt6592-evb
Date: Thu, 13 Nov 2014 00:07:35 +0800 [thread overview]
Message-ID: <1415808457-4030-2-git-send-email-ibanezchen@gmail.com> (raw)
In-Reply-To: <1415808457-4030-1-git-send-email-ibanezchen@gmail.com>
The mt6592-evb is an evaluation board based on the MT6592 SoC.
Signed-off-by: Howard Chen <ibanezchen@gmail.com>
---
arch/arm/boot/dts/Makefile | 3 ++-
arch/arm/boot/dts/mt6592-evb.dts | 25 +++++++++++++++++++++++++
2 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/boot/dts/mt6592-evb.dts
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index ab63751..0ce0d9e 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -532,7 +532,8 @@ dtb-$(CONFIG_MACH_DOVE) += dove-cm-a510.dtb \
dove-d2plug.dtb \
dove-d3plug.dtb \
dove-dove-db.dtb
-dtb-$(CONFIG_ARCH_MEDIATEK) += mt6589-aquaris5.dtb
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt6589-aquaris5.dtb \
+ mt6592-evb.dtb
endif
diff --git a/arch/arm/boot/dts/mt6592-evb.dts b/arch/arm/boot/dts/mt6592-evb.dts
new file mode 100644
index 0000000..4750c4c
--- /dev/null
+++ b/arch/arm/boot/dts/mt6592-evb.dts
@@ -0,0 +1,25 @@
+/*
+ * Copyright (c) 2014 MediaTek Inc.
+ * Author: Howard Chen <ibanezchen@gmail.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+/dts-v1/;
+#include "mt6592.dtsi"
+
+/ {
+ model = "mt6592 evb";
+ compatible = "mediatek,mt6592-evb", "mediatek,mt6592";
+
+ memory {
+ reg = <0x80000000 0x08000000>;
+ };
+};
--
1.9.1
next prev parent reply other threads:[~2014-11-12 16:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-12 16:07 [PATCH v6 1/4] ARM: mediatek: Add basic support for mt6592 Howard Chen
2014-11-12 16:07 ` Howard Chen [this message]
2014-11-13 16:11 ` [PATCH v6 2/4] ARM: mediatek: add dts for mt6592-evb Matthias Brugger
2014-11-12 16:07 ` [PATCH v6 3/4] dt-bindings: add documentation for Mediatek SoC Howard Chen
2014-11-12 16:07 ` [PATCH v6 4/4] DTS: serial: Add bindings documention for the Mediatek UARTs Howard Chen
2014-11-13 16:21 ` Matthias Brugger
2014-11-13 16:17 ` [PATCH v6 1/4] ARM: mediatek: Add basic support for mt6592 Matthias Brugger
2014-11-14 5:03 ` Howard Chen
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=1415808457-4030-2-git-send-email-ibanezchen@gmail.com \
--to=ibanezchen@gmail.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 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).