9
0
Fork 0

pcm038: Updated NOR-Flash CS values

Newer pcm038 are populated with a PC28F256P30BFE NOR-Flash.
This flash requires different CS values.
The values also work with older NOR-Flashes.

Signed-off-by: Teresa Gámez <t.gamez@phytec.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Teresa Gámez 2011-12-12 15:50:54 +01:00 committed by Sascha Hauer
parent 54a1df3005
commit 6accea7a5c
1 changed files with 3 additions and 3 deletions

View File

@ -223,9 +223,9 @@ static int pcm038_devices_init(void)
};
/* configure 16 bit nor flash on cs0 */
CS0U = 0x0000CC03;
CS0L = 0xa0330D01;
CS0A = 0x00220800;
CS0U = 0x22C2CF00;
CS0L = 0x75000D01;
CS0A = 0x00000900;
/* configure SRAM on cs1 */
CS1U = 0x0000d843;