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>
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user