Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33ee0db5 authored by Chris Lalancette's avatar Chris Lalancette Committed by Tony Lindgren
Browse files

ARM: OMAP4: Adding ID for OMAP4460 ES1.1

parent def1dbbd
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -478,9 +478,12 @@ void __init omap4xxx_check_revision(void)
	case 0xb94e:
		switch (rev) {
		case 0:
		default:
			omap_revision = OMAP4460_REV_ES1_0;
			break;
		case 2:
		default:
			omap_revision = OMAP4460_REV_ES1_1;
			break;
		}
		break;
	case 0xb975:
+1 −0
Original line number Diff line number Diff line
@@ -445,6 +445,7 @@ IS_OMAP_TYPE(3517, 0x3517)

#define OMAP446X_CLASS		0x44600044
#define OMAP4460_REV_ES1_0	(OMAP446X_CLASS | (0x10 << 8))
#define OMAP4460_REV_ES1_1	(OMAP446X_CLASS | (0x11 << 8))

#define OMAP447X_CLASS		0x44700044
#define OMAP4470_REV_ES1_0	(OMAP447X_CLASS | (0x10 << 8))