From: Simon Horman <horms+renesas@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/5] ARM: mach-shmobile: kzm9g: defconfig update
Date: Tue, 15 Jan 2013 00:49:33 +0000 [thread overview]
Message-ID: <1358210975-26970-4-git-send-email-horms+renesas@verge.net.au> (raw)
In-Reply-To: <1358210975-26970-1-git-send-email-horms+renesas@verge.net.au>
* Enable ARM_APPENDED_DTB
Typically the bootloader of a kzm9g board does not support DT
so this option is useful.
* Use voltage regulators by default
* Move command line to dts
This brings us one small step closer to sharing defconfig
between kzm9g and other boards
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/boot/dts/sh73a0-kzm9g.dts | 4 ++++
arch/arm/configs/kzm9g_defconfig | 4 +++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/sh73a0-kzm9g.dts b/arch/arm/boot/dts/sh73a0-kzm9g.dts
index bcb9119..9a43879 100644
--- a/arch/arm/boot/dts/sh73a0-kzm9g.dts
+++ b/arch/arm/boot/dts/sh73a0-kzm9g.dts
@@ -15,6 +15,10 @@
model = "KZM-A9-GT";
compatible = "renesas,kzm9g", "renesas,sh73a0";
+ chosen {
+ bootargs = "console=tty0 console=ttySC4,115200 root=/dev/nfs ip=dhcp ignore_loglevel earlyprintk=sh-sci.4,115200";
+ };
+
memory {
device_type = "memory";
reg = <0x41000000 0x1e800000>;
diff --git a/arch/arm/configs/kzm9g_defconfig b/arch/arm/configs/kzm9g_defconfig
index afbae28..670c3b6 100644
--- a/arch/arm/configs/kzm9g_defconfig
+++ b/arch/arm/configs/kzm9g_defconfig
@@ -39,7 +39,7 @@ CONFIG_AEABI=y
CONFIG_HIGHMEM=y
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
-CONFIG_CMDLINE="console=tty0 console=ttySC4,115200 root=/dev/nfs ip=dhcp ignore_loglevel earlyprintk=sh-sci.4,115200"
+CONFIG_ARM_APPENDED_DTB=y
CONFIG_KEXEC=y
CONFIG_VFP=y
CONFIG_NEON=y
@@ -85,6 +85,8 @@ CONFIG_I2C_CHARDEV=y
CONFIG_I2C_SH_MOBILE=y
CONFIG_GPIO_PCF857X=y
# CONFIG_HWMON is not set
+CONFIG_REGULATOR=y
+CONFIG_REGULATOR_DUMMY=y
CONFIG_FB=y
CONFIG_FB_SH_MOBILE_LCDC=y
CONFIG_FRAMEBUFFER_CONSOLE=y
--
1.7.10.4
next prev parent reply other threads:[~2013-01-15 0:49 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-01 1:02 [GIT PULL v2] Renesas ARM-based SoC defconfig for v3.8 Simon Horman
2012-11-01 1:02 ` [PATCH 1/3] ARM: shmobile: mackerel: defconfig update Simon Horman
2012-11-01 1:02 ` [PATCH 2/3] ARM: shmobile: armadillo800eva: enable L2X0 cache on defconfig Simon Horman
2013-02-22 4:46 ` [PATCH 2/3] ARM: shmobile: armadillo800eva: enable branch prediction " Kuninori Morimoto
2013-02-22 23:04 ` Simon Horman
2013-02-25 0:22 ` Kiyoshi Ishiyama
2013-02-25 0:34 ` Kuninori Morimoto
2013-03-01 9:41 ` Simon Horman
2012-11-01 1:02 ` [PATCH 3/3] ARM: shmobile: leave CONFIG_INOTIFY_USER enabled by default Simon Horman
2012-11-06 2:32 ` [GIT PULL v2] Renesas ARM-based SoC defconfig for v3.8 Simon Horman
2012-11-06 8:30 ` Arnd Bergmann
2012-11-06 14:19 ` Olof Johansson
2013-01-15 0:49 ` [GIT PULL v2] Renesas ARM-based SoC defconfig for v3.9 Simon Horman
2013-01-15 0:49 ` [PATCH 1/5] ARM: mach-shmobile: mackerel: update defconfig Simon Horman
2013-01-15 0:49 ` [PATCH 2/5] ARM: mach-shmobile: fix memory size for kota2_defconfig Simon Horman
2013-01-15 0:49 ` Simon Horman [this message]
2013-01-15 0:49 ` [PATCH 4/5] ARM: mach-shmobile: armadillo: update defconfig Simon Horman
2013-01-15 0:49 ` [PATCH 5/5] ARM: mach-shmobile: kzm9d: " Simon Horman
2013-01-15 6:44 ` [GIT PULL v2] Renesas ARM-based SoC defconfig for v3.9 Olof Johansson
2013-01-16 4:01 ` Simon Horman
-- strict thread matches above, loose matches on Subject: below --
2013-01-11 7:17 [PATCH 0/5] ARM: mach-shmobile: defconfig updates Simon Horman
2013-01-11 7:17 ` [PATCH 3/5] ARM: mach-shmobile: kzm9g: defconfig update Simon Horman
2013-01-16 6:02 [GIT PULL v3] Renesas ARM-based SoC defconfig for v3.9 Simon Horman
2013-01-16 6:02 ` [PATCH 3/5] ARM: mach-shmobile: kzm9g: defconfig update 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=1358210975-26970-4-git-send-email-horms+renesas@verge.net.au \
--to=horms+renesas@verge.net.au \
--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).