diff mbox series

[3/4] omap-common: fastboot: extend cpu type for DRA71x rev 2.1

Message ID 1507866425-10827-3-git-send-email-praneeth@ti.com
State New
Headers show
Series [1/4] arm: am57xx: Add vendor partition to Android GPT table for eMMC | expand

Commit Message

Bajjuri, Praneeth Oct. 13, 2017, 3:47 a.m. UTC
From: Vishal Mahaveer <vishalm@ti.com>

DRA71x processors are reduced pin and software compatible
derivative of DRA72 processors. Extend support for this
revision in "getvar cpu" command.

Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
[praneeth@ti.com: rebase to u-boot master]
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 arch/arm/mach-omap2/utils.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Oct. 14, 2017, 2:34 a.m. UTC | #1
On Thu, Oct 12, 2017 at 10:47:04PM -0500, Praneeth Bajjuri wrote:

> From: Vishal Mahaveer <vishalm@ti.com>

> 

> DRA71x processors are reduced pin and software compatible

> derivative of DRA72 processors. Extend support for this

> revision in "getvar cpu" command.

> 

> Signed-off-by: Vishal Mahaveer <vishalm@ti.com>

> [praneeth@ti.com: rebase to u-boot master]

> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>


Reviewed-by: Tom Rini <trini@konsulko.com>


-- 
Tom
Tom Rini Oct. 17, 2017, 12:48 a.m. UTC | #2
On Thu, Oct 12, 2017 at 10:47:04PM -0500, Praneeth Bajjuri wrote:

> From: Vishal Mahaveer <vishalm@ti.com>

> 

> DRA71x processors are reduced pin and software compatible

> derivative of DRA72 processors. Extend support for this

> revision in "getvar cpu" command.

> 

> Signed-off-by: Vishal Mahaveer <vishalm@ti.com>

> [praneeth@ti.com: rebase to u-boot master]

> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>

> Reviewed-by: Tom Rini <trini@konsulko.com>


Applied to u-boot/master, thanks!

-- 
Tom
diff mbox series

Patch

diff --git a/arch/arm/mach-omap2/utils.c b/arch/arm/mach-omap2/utils.c
index d4f171b..2bd8290 100644
--- a/arch/arm/mach-omap2/utils.c
+++ b/arch/arm/mach-omap2/utils.c
@@ -33,6 +33,7 @@  static void omap_set_fastboot_cpu(void)
 		break;
 	case DRA722_ES1_0:
 	case DRA722_ES2_0:
+	case DRA722_ES2_1:
 		cpu = "DRA722";
 		break;
 	default: