[U-Boot] [PATCH 2/3] omap4: adding revision detection for 4460 ES1.1

2011-09-21 Thread Ricardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo 2 files changed, 17 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/armv7/omap4/board.c b/arch/arm/cpu/armv7/omap4/board.c index 140562b..d9639ab 100644 --- a/arch/arm/cpu/armv7/omap4/board.c +++ b/arch/arm/cpu/armv7/omap4/board.c @@ -218,7

[U-Boot] [PATCH 3/3] omap4: splitting padconfs into common, 4430 and 4460

2011-09-21 Thread Ricardo Salveti de Araujo
Not all padconfs are the same between 4430 and 4460, so instead of working around this with an if, we should have an specific padconf structure for both chips (like handling the differences between the LEDs GPIOs and TPS). Signed-off-by: Ricardo Salveti de Araujo 4 files changed, 40 insertions

[U-Boot] [PATCH 1/3] omap4: replacing OMAP4_CONTROL with OMAP4430_CONTROL

2011-09-21 Thread Ricardo Salveti de Araujo
OMAP4460 has a different set of values for the ID code, so moving the old ones to be related just with 4430. Signed-off-by: Ricardo Salveti de Araujo 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/arm/cpu/armv7/omap4/board.c b/arch/arm/cpu/armv7/omap4/board.c index 309b244

[U-Boot] [PATCH 0/3] omap4: changes for 4460 ES1.1

2011-09-21 Thread Ricardo Salveti de Araujo
Changes to add proper support for 4460 ES1.1, including revision detection. Ricardo Salveti de Araujo (3): omap4: replacing OMAP4_CONTROL with OMAP4430_CONTROL omap4: adding revision detection for 4460 ES1.1 omap4: splitting padconfs into common, 4430 and 4460 arch/arm/cpu/armv7/omap4