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

Commit ad10e105 authored by Michael Williamson's avatar Michael Williamson Committed by Sekhar Nori
Browse files

davinci: mityomapl138: Use correct id for NAND controller



For the MityDSP-L138/MityARM-1808 SOMS, the NAND controller id (which needs
to correspond to the chipselect, and is used for controlling the HW ECC
computation) is not correct.  Fix it.

Signed-off-by: default avatarMichael Williamson <michael.williamson@criticallink.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 5cf4c80a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -414,7 +414,7 @@ static struct resource mityomapl138_nandflash_resource[] = {

static struct platform_device mityomapl138_nandflash_device = {
	.name		= "davinci_nand",
	.id		= 0,
	.id		= 1,
	.dev		= {
		.platform_data	= &mityomapl138_nandflash_data,
	},