summaryrefslogtreecommitdiff
path: root/include/dm
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-25 16:13:48 -0400
committerTom Rini <trini@konsulko.com>2022-06-06 12:09:12 -0400
commit3135ba642f9a02a3a45d978d2425c1488d6efbbd (patch)
tree030ba208e05961265920c462ccae8514fb69db23 /include/dm
parent1cb7d7781242b1fddf791f73d32221796f643bf5 (diff)
downloadu-boot-3135ba642f9a02a3a45d978d2425c1488d6efbbd.tar.gz
arm: pxa: Remove CONFIG_CPU_PXA25X
There are no platforms that set this, remove the code. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/dm')
-rw-r--r--include/dm/platform_data/serial_pxa.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/dm/platform_data/serial_pxa.h b/include/dm/platform_data/serial_pxa.h
index 0d7dc4c462..e1a02aed28 100644
--- a/include/dm/platform_data/serial_pxa.h
+++ b/include/dm/platform_data/serial_pxa.h
@@ -16,13 +16,6 @@
#define BTUART_INDEX 0
#define FFUART_INDEX 1
#define STUART_INDEX 2
-#elif CONFIG_CPU_PXA25X
-#define UART_CLK_BASE BIT(4) /* HWUART */
-#define UART_CLK_REG CKEN
-#define HWUART_INDEX 0
-#define STUART_INDEX 1
-#define FFUART_INDEX 2
-#define BTUART_INDEX 3
#else /* PXA27x */
#define UART_CLK_BASE CKEN5_STUART
#define UART_CLK_REG CKEN
@@ -32,14 +25,6 @@
#endif
/*
- * Only PXA250 has HWUART, to avoid poluting the code with more macros,
- * artificially introduce this.
- */
-#ifndef CONFIG_CPU_PXA25X
-#define HWUART_INDEX 0xff
-#endif
-
-/*
* struct pxa_serial_plat - information about a PXA port
*
* @base: Uart port base register address