diff options
| author | Simon Horman <horms+renesas@verge.net.au> | 2012-11-27 03:11:47 -0500 |
|---|---|---|
| committer | Simon Horman <horms+renesas@verge.net.au> | 2013-01-14 18:57:08 -0500 |
| commit | be919006552ad985c83f1b3b3c1e931894be6c2f (patch) | |
| tree | cd968ac0121a76cae40f735cffc3800b727073c2 | |
| parent | a2c1d075e81a3a38236e64571c8d7669a4d3b98b (diff) | |
ARM: mach-shmobile: kzm9g: defconfig update
* 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>
| -rw-r--r-- | arch/arm/boot/dts/sh73a0-kzm9g.dts | 4 | ||||
| -rw-r--r-- | arch/arm/configs/kzm9g_defconfig | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sh73a0-kzm9g.dts b/arch/arm/boot/dts/sh73a0-kzm9g.dts index bcb911951978..9a438795315f 100644 --- a/arch/arm/boot/dts/sh73a0-kzm9g.dts +++ b/arch/arm/boot/dts/sh73a0-kzm9g.dts | |||
| @@ -15,6 +15,10 @@ | |||
| 15 | model = "KZM-A9-GT"; | 15 | model = "KZM-A9-GT"; |
| 16 | compatible = "renesas,kzm9g", "renesas,sh73a0"; | 16 | compatible = "renesas,kzm9g", "renesas,sh73a0"; |
| 17 | 17 | ||
| 18 | chosen { | ||
| 19 | bootargs = "console=tty0 console=ttySC4,115200 root=/dev/nfs ip=dhcp ignore_loglevel earlyprintk=sh-sci.4,115200"; | ||
| 20 | }; | ||
| 21 | |||
| 18 | memory { | 22 | memory { |
| 19 | device_type = "memory"; | 23 | device_type = "memory"; |
| 20 | reg = <0x41000000 0x1e800000>; | 24 | reg = <0x41000000 0x1e800000>; |
diff --git a/arch/arm/configs/kzm9g_defconfig b/arch/arm/configs/kzm9g_defconfig index afbae287436b..670c3b60f936 100644 --- a/arch/arm/configs/kzm9g_defconfig +++ b/arch/arm/configs/kzm9g_defconfig | |||
| @@ -39,7 +39,7 @@ CONFIG_AEABI=y | |||
| 39 | CONFIG_HIGHMEM=y | 39 | CONFIG_HIGHMEM=y |
| 40 | CONFIG_ZBOOT_ROM_TEXT=0x0 | 40 | CONFIG_ZBOOT_ROM_TEXT=0x0 |
| 41 | CONFIG_ZBOOT_ROM_BSS=0x0 | 41 | CONFIG_ZBOOT_ROM_BSS=0x0 |
| 42 | CONFIG_CMDLINE="console=tty0 console=ttySC4,115200 root=/dev/nfs ip=dhcp ignore_loglevel earlyprintk=sh-sci.4,115200" | 42 | CONFIG_ARM_APPENDED_DTB=y |
| 43 | CONFIG_KEXEC=y | 43 | CONFIG_KEXEC=y |
| 44 | CONFIG_VFP=y | 44 | CONFIG_VFP=y |
| 45 | CONFIG_NEON=y | 45 | CONFIG_NEON=y |
| @@ -85,6 +85,8 @@ CONFIG_I2C_CHARDEV=y | |||
| 85 | CONFIG_I2C_SH_MOBILE=y | 85 | CONFIG_I2C_SH_MOBILE=y |
| 86 | CONFIG_GPIO_PCF857X=y | 86 | CONFIG_GPIO_PCF857X=y |
| 87 | # CONFIG_HWMON is not set | 87 | # CONFIG_HWMON is not set |
| 88 | CONFIG_REGULATOR=y | ||
| 89 | CONFIG_REGULATOR_DUMMY=y | ||
| 88 | CONFIG_FB=y | 90 | CONFIG_FB=y |
| 89 | CONFIG_FB_SH_MOBILE_LCDC=y | 91 | CONFIG_FB_SH_MOBILE_LCDC=y |
| 90 | CONFIG_FRAMEBUFFER_CONSOLE=y | 92 | CONFIG_FRAMEBUFFER_CONSOLE=y |
