1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-22 11:59:21 +02:00

qi-gta03-populate-variant-list.patch

The first revision for GTA03 A1 is "1", but we only populated
the info for revision 0.

Reported-by: Christopher Hall <hsw@openmoko.org>
Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
Andy Green 2008-11-28 10:16:44 +00:00 committed by Andy Green
parent f18c42310f
commit b3714a932b

View File

@ -46,8 +46,36 @@ const struct pcf50633_init gta03_pcf50633_init[] = {
static const struct board_variant board_variants[] = {
[0] = {
.name = "GTA03 EVT1",
.name = "GTA03 unknown",
.machine_revision = 0
},
[1] = {
.name = "GTA03 A1",
.machine_revision = 1
},
[2] = {
.name = "GTA03 A2",
.machine_revision = 2
},
[3] = {
.name = "GTA03 A3",
.machine_revision = 3
},
[4] = {
.name = "GTA03 A4",
.machine_revision = 4
},
[5] = {
.name = "GTA03 A5",
.machine_revision = 5
},
[6] = {
.name = "GTA03 A6",
.machine_revision = 6
},
[7] = {
.name = "GTA03 A7",
.machine_revision = 7
}
};