summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-08-28 20:13:19 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-08-31 00:28:46 +0900
commit6d99cfaee8a6ced4c412a94c0de26f74808b7246 (patch)
tree90796dda8a4ea0f3e556d87dccd1cc6f2b96e2fc /include
parentf4e190e317b860bb15e221a29cbf16976a04e3ca (diff)
downloadblackbird-obmc-uboot-6d99cfaee8a6ced4c412a94c0de26f74808b7246.tar.gz
blackbird-obmc-uboot-6d99cfaee8a6ced4c412a94c0de26f74808b7246.zip
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')
-rw-r--r--include/dm/platform_data/serial-uniphier.h18
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 52343e34ee..0000000000
--- 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 */
OpenPOWER on IntegriCloud