diff options
| author | Robert Marko <[email protected]> | 2026-01-12 14:12:39 +0100 |
|---|---|---|
| committer | Eugen Hristev <[email protected]> | 2026-02-04 14:12:56 +0200 |
| commit | 1bc75c26524009005eae17293131e0de69039010 (patch) | |
| tree | 6ff23352c5192af2630ca2ae1d5659077c9adf4a /drivers/serial | |
| parent | a8d982e1f1726254ef27bbdf362f98954ee3feb7 (diff) | |
arm: at91: move atmel_serial.h to include/dm/platform_data
Move the arch specific atmel_serial.h header from AT91 to the generic
include/dm/platform_data.
This will be used for support on Microchip LAN969x.
Signed-off-by: Robert Marko <[email protected]>
Diffstat (limited to 'drivers/serial')
| -rw-r--r-- | drivers/serial/atmel_usart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/atmel_usart.c b/drivers/serial/atmel_usart.c index 0b35582aaa4..d6c3d4cbcc8 100644 --- a/drivers/serial/atmel_usart.c +++ b/drivers/serial/atmel_usart.c @@ -18,7 +18,7 @@ #include <asm/io.h> #if CONFIG_IS_ENABLED(DM_SERIAL) -#include <asm/arch/atmel_serial.h> +#include <dm/platform_data/atmel_serial.h> #endif #include <asm/arch/clk.h> #include <asm/arch/hardware.h> |
