From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [RFC 3/4] MIPS: qemu-malta: add device tree support
Date: Tue, 7 May 2013 20:34:11 +0400 [thread overview]
Message-ID: <1367944452-20946-4-git-send-email-antonynpavlov@gmail.com> (raw)
In-Reply-To: <1367944452-20946-1-git-send-email-antonynpavlov@gmail.com>
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
arch/mips/boards/qemu-malta/init.c | 11 -----------
arch/mips/dts/qemu-malta.dts | 12 ++++++++++++
2 files changed, 12 insertions(+), 11 deletions(-)
create mode 100644 arch/mips/dts/qemu-malta.dts
diff --git a/arch/mips/boards/qemu-malta/init.c b/arch/mips/boards/qemu-malta/init.c
index fb4472f..db26b3b 100644
--- a/arch/mips/boards/qemu-malta/init.c
+++ b/arch/mips/boards/qemu-malta/init.c
@@ -20,21 +20,10 @@
#include <types.h>
#include <driver.h>
#include <init.h>
-#include <asm/memory.h>
#include <ns16550.h>
#include <mach/hardware.h>
-#include <io.h>
#include <partition.h>
#include <sizes.h>
-#include <asm/common.h>
-
-static int malta_mem_init(void)
-{
- mips_add_ram0(SZ_256M);
-
- return 0;
-}
-mem_initcall(malta_mem_init);
static int malta_devices_init(void)
{
diff --git a/arch/mips/dts/qemu-malta.dts b/arch/mips/dts/qemu-malta.dts
new file mode 100644
index 0000000..c4dcf05
--- /dev/null
+++ b/arch/mips/dts/qemu-malta.dts
@@ -0,0 +1,12 @@
+/dts-v1/;
+
+/include/ "skeleton.dtsi"
+
+/ {
+ model = "qemu malta";
+ compatible = "qemu,malta";
+
+ memory {
+ reg = <0x00000000 0x10000000>;
+ };
+};
--
1.7.10.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2013-05-07 16:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-07 16:34 [RFC 0/4] MIPS: add initial " Antony Pavlov
2013-05-07 16:34 ` [RFC 1/4] " Antony Pavlov
2013-05-07 16:34 ` [RFC 2/4] of: add MIPS memory bank adding support Antony Pavlov
2013-05-08 21:23 ` Sascha Hauer
2013-05-07 16:34 ` Antony Pavlov [this message]
2013-05-07 16:34 ` [RFC 4/4] MIPS: qemu-malta_defconfig: enable OF support Antony Pavlov
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=1367944452-20946-4-git-send-email-antonynpavlov@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=barebox@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