diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-08-28 20:13:19 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-08-31 00:28:46 +0900 |
commit | 6d99cfaee8a6ced4c412a94c0de26f74808b7246 (patch) | |
tree | 90796dda8a4ea0f3e556d87dccd1cc6f2b96e2fc /include/dm | |
parent | f4e190e317b860bb15e221a29cbf16976a04e3ca (diff) | |
download | u-boot-imx-6d99cfaee8a6ced4c412a94c0de26f74808b7246.zip u-boot-imx-6d99cfaee8a6ced4c412a94c0de26f74808b7246.tar.gz u-boot-imx-6d99cfaee8a6ced4c412a94c0de26f74808b7246.tar.bz2 |
serial: uniphier: drop platform data support
This driver is enabled only for UniPhier SoCs and ARCH_UNIPHIER now
selects OF_CONTROL and SPL_OF_CONTROL.
This driver no longer needs to support platform data configuration.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/dm')
-rw-r--r-- | include/dm/platform_data/serial-uniphier.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/dm/platform_data/serial-uniphier.h b/include/dm/platform_data/serial-uniphier.h deleted file mode 100644 index 52343e3..0000000 --- a/include/dm/platform_data/serial-uniphier.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (C) 2014 Panasonic Corporation - * Author: Masahiro Yamada <yamada.m@jp.panasonic.com> - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -#ifndef __PLAT_UNIPHIER_SERIAL_H -#define __PLAT_UNIPHIER_SERIAL_H - -#define DRIVER_NAME "uniphier-uart" - -struct uniphier_serial_platform_data { - unsigned long base; - unsigned int uartclk; -}; - -#endif /* __PLAT_UNIPHIER_SERIAL_H */ |