ramips/rt305x: add initial support for Rt5350 SoC
authorGabor Juhos <juhosg@openwrt.org>
Wed, 12 Sep 2012 19:03:12 +0000 (19:03 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 12 Sep 2012 19:03:12 +0000 (19:03 +0000)
commit0a42b02126bf220768fcece1ab9e82e302005808
tree854ea30ba5816b91c81b9261535f5f0f0aa58f9b
parent6804bafaddec8f36c7c8fd7b0a5469d35cf8bc7f
ramips/rt305x: add initial support for Rt5350 SoC

Somehow detecting the RAM size in common/setup.c doesn't
work here, it always detects 64M and then crashes on devices
with less RAM.
Probably using MEMC_REG_SDRAM_CFG1 to know the RAM size is how
it could be, for now I use the mem=32M kernel parameter to get
stuff working.

Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33381
target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x.h
target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h
target/linux/ramips/files/arch/mips/ralink/rt305x/clock.c
target/linux/ramips/files/arch/mips/ralink/rt305x/devices.c
target/linux/ramips/files/arch/mips/ralink/rt305x/rt305x.c