diff options
| author | Tom Rini <[email protected]> | 2022-06-06 12:09:41 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-06 12:09:41 -0400 |
| commit | 8bbbd6337361cadad96b163bde4ae675752b7778 (patch) | |
| tree | 82e207c8b1a509d069177fb4489b1dfcba467b15 /include/dm/platform_data | |
| parent | 8f527342db4160a1f030de6fe4a1591787cce65a (diff) | |
| parent | 4151f4f822bb075c05e3407d184dfd018723724d (diff) | |
Merge branch '2022-06-06-finish-SPL-Kconfig-migration' into next
- Bring in a number of series of patches that migrate all remaining
CONFIG_SPL symbols to Kconfig, remove some dead code that this
uncovered and then start to tighten the dependencies in Kconfig now
that everything is migrated and these relationships can be clearly
expressed.
Diffstat (limited to 'include/dm/platform_data')
| -rw-r--r-- | include/dm/platform_data/serial_pxa.h | 15 |
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 0d7dc4c462d..e1a02aed28e 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 |
