diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-10 19:20:44 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-10 19:34:51 +0200 |
commit | 642f12b4c7505943a6f50101d5b087a74fd9ae72 (patch) | |
tree | e0f984e1d5beaa5f35cfa83769e5f78dd57c1347 /arch/arm/mach-omap2/Makefile.boot | |
parent | Merge branch 'for_3.7/dts' of git://git.kernel.org/pub/scm/linux/kernel/git/b... (diff) | |
download | linux-642f12b4c7505943a6f50101d5b087a74fd9ae72.tar.xz linux-642f12b4c7505943a6f50101d5b087a74fd9ae72.zip |
arm/dts: Add omap36xx.dtsi file and rename omap3-beagle to omap3-beagle-xm
The extra serial port is not available on 34xx. And the current
omap3-beagle.dts file is for omap3-beagle-xm.dts as it lists 512MB
of memory.
Please somebody submit a new omap3-beagle.dts for the original 34xx
BeagleBoard after testing it properly.
Cc: Benoit Cousson <b-cousson@ti.com>
Cc: devicetree-discuss@lists.ozlabs.org
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile.boot')
-rw-r--r-- | arch/arm/mach-omap2/Makefile.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile.boot b/arch/arm/mach-omap2/Makefile.boot index 18813ab1bb3c..be0fe9226d67 100644 --- a/arch/arm/mach-omap2/Makefile.boot +++ b/arch/arm/mach-omap2/Makefile.boot @@ -3,7 +3,7 @@ params_phys-y := 0x80000100 initrd_phys-y := 0x80800000 dtb-$(CONFIG_SOC_OMAP2420) += omap2420-h4.dtb -dtb-$(CONFIG_ARCH_OMAP3) += omap3-beagle.dtb omap3-evm.dtb omap3-tobi.dtb +dtb-$(CONFIG_ARCH_OMAP3) += omap3-beagle-xm.dtb omap3-evm.dtb omap3-tobi.dtb dtb-$(CONFIG_ARCH_OMAP4) += omap4-panda.dtb omap4-pandaES.dtb dtb-$(CONFIG_ARCH_OMAP4) += omap4-var_som.dtb omap4-sdp.dtb dtb-$(CONFIG_SOC_OMAP5) += omap5-evm.dtb |