diff options
-rw-r--r-- | arch/arm/mach-pxa/cm-x2xx.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-pxa/cm-x300.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/cm-x2xx.c b/arch/arm/mach-pxa/cm-x2xx.c index 87e6877c3af8..117b5435f8d5 100644 --- a/arch/arm/mach-pxa/cm-x2xx.c +++ b/arch/arm/mach-pxa/cm-x2xx.c | |||
@@ -94,7 +94,7 @@ static struct resource cmx270_dm9000_resource[] = { | |||
94 | }; | 94 | }; |
95 | 95 | ||
96 | static struct dm9000_plat_data cmx270_dm9000_platdata = { | 96 | static struct dm9000_plat_data cmx270_dm9000_platdata = { |
97 | .flags = DM9000_PLATF_32BITONLY, | 97 | .flags = DM9000_PLATF_32BITONLY | DM9000_PLATF_NO_EEPROM, |
98 | }; | 98 | }; |
99 | 99 | ||
100 | static struct platform_device cmx2xx_dm9000_device = { | 100 | static struct platform_device cmx2xx_dm9000_device = { |
diff --git a/arch/arm/mach-pxa/cm-x300.c b/arch/arm/mach-pxa/cm-x300.c index 6bdfcd0f5d01..a9f48b1cb54a 100644 --- a/arch/arm/mach-pxa/cm-x300.c +++ b/arch/arm/mach-pxa/cm-x300.c | |||
@@ -160,7 +160,7 @@ static struct resource dm9000_resources[] = { | |||
160 | }; | 160 | }; |
161 | 161 | ||
162 | static struct dm9000_plat_data cm_x300_dm9000_platdata = { | 162 | static struct dm9000_plat_data cm_x300_dm9000_platdata = { |
163 | .flags = DM9000_PLATF_16BITONLY, | 163 | .flags = DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM, |
164 | }; | 164 | }; |
165 | 165 | ||
166 | static struct platform_device dm9000_device = { | 166 | static struct platform_device dm9000_device = { |