All of lore.kernel.org
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 01/03] ARM: shmobile: r7s72100 Genmai DT reference DTS bits
Date: Wed, 06 Nov 2013 23:31:07 +0000	[thread overview]
Message-ID: <20131106233107.8117.46385.sendpatchset@w520> (raw)
In-Reply-To: <20131106233032.8117.71968.sendpatchset@w520>

From: Magnus Damm <damm@opensource.se>

Add the DT bits for r7s72100 Genmai DT reference support.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/arm/boot/dts/Makefile                      |    1 
 arch/arm/boot/dts/r7s72100-genmai-reference.dts |   31 +++++++++++++++++++++++
 2 files changed, 32 insertions(+)

--- 0013/arch/arm/boot/dts/Makefile
+++ work/arch/arm/boot/dts/Makefile	2013-11-06 19:16:15.000000000 +0900
@@ -199,6 +199,7 @@ dtb-$(CONFIG_ARCH_U8500) += ste-snowball
 dtb-$(CONFIG_ARCH_S3C24XX) += s3c2416-smdk2416.dtb
 dtb-$(CONFIG_ARCH_SHMOBILE) += emev2-kzm9d.dtb \
 	r7s72100-genmai.dtb \
+	r7s72100-genmai-reference.dtb \
 	r8a7740-armadillo800eva.dtb \
 	r8a7778-bockw.dtb \
 	r8a7778-bockw-reference.dtb \
--- /dev/null
+++ work/arch/arm/boot/dts/r7s72100-genmai-reference.dts	2013-11-06 19:16:16.000000000 +0900
@@ -0,0 +1,31 @@
+/*
+ * Device Tree Source for the Genmai board
+ *
+ * Copyright (C) 2013 Renesas Solutions Corp.
+ *
+ * This file is licensed under the terms of the GNU General Public License
+ * version 2.  This program is licensed "as is" without any warranty of any
+ * kind, whether express or implied.
+ */
+
+/dts-v1/;
+/include/ "r7s72100.dtsi"
+
+/ {
+	model = "Genmai";
+	compatible = "renesas,genmai-reference", "renesas,r7s72100";
+
+	chosen {
+		bootargs = "console=ttySC2,115200 ignore_loglevel rw root=/dev/nfs ip=dhcp";
+	};
+
+	memory {
+		device_type = "memory";
+		reg = <0x08000000 0x08000000>;
+	};
+
+	lbsc {
+		#address-cells = <1>;
+		#size-cells = <1>;
+	};
+};

WARNING: multiple messages have this Message-ID (diff)
From: magnus.damm@gmail.com (Magnus Damm)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 01/03] ARM: shmobile: r7s72100 Genmai DT reference DTS bits
Date: Thu, 07 Nov 2013 08:31:07 +0900	[thread overview]
Message-ID: <20131106233107.8117.46385.sendpatchset@w520> (raw)
In-Reply-To: <20131106233032.8117.71968.sendpatchset@w520>

From: Magnus Damm <damm@opensource.se>

Add the DT bits for r7s72100 Genmai DT reference support.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/arm/boot/dts/Makefile                      |    1 
 arch/arm/boot/dts/r7s72100-genmai-reference.dts |   31 +++++++++++++++++++++++
 2 files changed, 32 insertions(+)

--- 0013/arch/arm/boot/dts/Makefile
+++ work/arch/arm/boot/dts/Makefile	2013-11-06 19:16:15.000000000 +0900
@@ -199,6 +199,7 @@ dtb-$(CONFIG_ARCH_U8500) += ste-snowball
 dtb-$(CONFIG_ARCH_S3C24XX) += s3c2416-smdk2416.dtb
 dtb-$(CONFIG_ARCH_SHMOBILE) += emev2-kzm9d.dtb \
 	r7s72100-genmai.dtb \
+	r7s72100-genmai-reference.dtb \
 	r8a7740-armadillo800eva.dtb \
 	r8a7778-bockw.dtb \
 	r8a7778-bockw-reference.dtb \
--- /dev/null
+++ work/arch/arm/boot/dts/r7s72100-genmai-reference.dts	2013-11-06 19:16:16.000000000 +0900
@@ -0,0 +1,31 @@
+/*
+ * Device Tree Source for the Genmai board
+ *
+ * Copyright (C) 2013 Renesas Solutions Corp.
+ *
+ * This file is licensed under the terms of the GNU General Public License
+ * version 2.  This program is licensed "as is" without any warranty of any
+ * kind, whether express or implied.
+ */
+
+/dts-v1/;
+/include/ "r7s72100.dtsi"
+
+/ {
+	model = "Genmai";
+	compatible = "renesas,genmai-reference", "renesas,r7s72100";
+
+	chosen {
+		bootargs = "console=ttySC2,115200 ignore_loglevel rw root=/dev/nfs ip=dhcp";
+	};
+
+	memory {
+		device_type = "memory";
+		reg = <0x08000000 0x08000000>;
+	};
+
+	lbsc {
+		#address-cells = <1>;
+		#size-cells = <1>;
+	};
+};

  reply	other threads:[~2013-11-06 23:31 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-06 23:30 [PATCH 00/03] ARM: shmobile: r7s72100 Genmai DT reference and multiplatform Magnus Damm
2013-11-06 23:30 ` Magnus Damm
2013-11-06 23:31 ` Magnus Damm [this message]
2013-11-06 23:31   ` [PATCH 01/03] ARM: shmobile: r7s72100 Genmai DT reference DTS bits Magnus Damm
2013-11-08  7:52   ` Simon Horman
2013-11-08  7:52     ` Simon Horman
2013-11-06 23:31 ` [PATCH 02/03] ARM: shmobile: r7s72100 Genmai DT reference C bits Magnus Damm
2013-11-06 23:31   ` Magnus Damm
2013-11-08  7:51   ` Simon Horman
2013-11-08  7:51     ` Simon Horman
2013-11-06 23:31 ` [PATCH 03/03] ARM: shmobile: r7s72100 Genmai Multiplatform Magnus Damm
2013-11-06 23:31   ` Magnus Damm
2013-11-08  7:51   ` Simon Horman
2013-11-08  7:51     ` Simon Horman

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=20131106233107.8117.46385.sendpatchset@w520 \
    --to=magnus.damm@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 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.