]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[ARM] pxa: add DM9000_PLATF_NO_EEPROM flag to CM-X... platforms
authorMike Rapoport <mike@compulab.co.il>
Mon, 23 Feb 2009 16:01:12 +0000 (18:01 +0200)
committerEric Miao <eric.miao@marvell.com>
Mon, 9 Mar 2009 13:22:40 +0000 (21:22 +0800)
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
arch/arm/mach-pxa/cm-x2xx.c
arch/arm/mach-pxa/cm-x300.c

index 87e6877c3af8c9ad1e3ad491d98aa736108a9ba5..117b5435f8d572358e98fc4b63952c79e9c06f84 100644 (file)
@@ -94,7 +94,7 @@ static struct resource cmx270_dm9000_resource[] = {
 };
 
 static struct dm9000_plat_data cmx270_dm9000_platdata = {
-       .flags          = DM9000_PLATF_32BITONLY,
+       .flags          = DM9000_PLATF_32BITONLY | DM9000_PLATF_NO_EEPROM,
 };
 
 static struct platform_device cmx2xx_dm9000_device = {
index 6bdfcd0f5d01f2b97450601700ec0a791ced95ad..a9f48b1cb54a2aa726831b899827a59fa81e85ca 100644 (file)
@@ -160,7 +160,7 @@ static struct resource dm9000_resources[] = {
 };
 
 static struct dm9000_plat_data cm_x300_dm9000_platdata = {
-       .flags          = DM9000_PLATF_16BITONLY,
+       .flags          = DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM,
 };
 
 static struct platform_device dm9000_device = {