diff options
-rw-r--r-- | arch/arm/mach-pxa/corgi.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-pxa/generic.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-pxa/sleep.S | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/corgi.c b/arch/arm/mach-pxa/corgi.c index 91dd1c7cdbcd..06022b235730 100644 --- a/arch/arm/mach-pxa/corgi.c +++ b/arch/arm/mach-pxa/corgi.c | |||
@@ -514,7 +514,7 @@ static struct pxa2xx_udc_mach_info udc_info __initdata = { | |||
514 | .gpio_pullup = CORGI_GPIO_USB_PULLUP, | 514 | .gpio_pullup = CORGI_GPIO_USB_PULLUP, |
515 | }; | 515 | }; |
516 | 516 | ||
517 | #if defined(CONFIG_SPI_PXA2XX) || defined(CONFIG_SPI_PXA2XX_MASTER) | 517 | #if IS_ENABLED(CONFIG_SPI_PXA2XX) |
518 | static struct pxa2xx_spi_master corgi_spi_info = { | 518 | static struct pxa2xx_spi_master corgi_spi_info = { |
519 | .num_chipselect = 3, | 519 | .num_chipselect = 3, |
520 | }; | 520 | }; |
diff --git a/arch/arm/mach-pxa/generic.c b/arch/arm/mach-pxa/generic.c index 42254175fcf4..94f49c23ca02 100644 --- a/arch/arm/mach-pxa/generic.c +++ b/arch/arm/mach-pxa/generic.c | |||
@@ -93,5 +93,6 @@ static struct map_desc common_io_desc[] __initdata = { | |||
93 | 93 | ||
94 | void __init pxa_map_io(void) | 94 | void __init pxa_map_io(void) |
95 | { | 95 | { |
96 | debug_ll_io_init(); | ||
96 | iotable_init(ARRAY_AND_SIZE(common_io_desc)); | 97 | iotable_init(ARRAY_AND_SIZE(common_io_desc)); |
97 | } | 98 | } |
diff --git a/arch/arm/mach-pxa/sleep.S b/arch/arm/mach-pxa/sleep.S index 1e544be9905d..6c5b3ffd2cd3 100644 --- a/arch/arm/mach-pxa/sleep.S +++ b/arch/arm/mach-pxa/sleep.S | |||
@@ -157,7 +157,7 @@ pxa_cpu_do_suspend: | |||
157 | @ Do not reorder... | 157 | @ Do not reorder... |
158 | @ Intel PXA270 Specification Update notes problems performing | 158 | @ Intel PXA270 Specification Update notes problems performing |
159 | @ external accesses after SDRAM is put in self-refresh mode | 159 | @ external accesses after SDRAM is put in self-refresh mode |
160 | @ (see Errata 39 ...hangs when entering self-refresh mode) | 160 | @ (see Errata 38 ...hangs when entering self-refresh mode) |
161 | 161 | ||
162 | @ force address lines low by reading at physical address 0 | 162 | @ force address lines low by reading at physical address 0 |
163 | ldr r3, [r2] | 163 | ldr r3, [r2] |