edid: Add struct and defines for cea681 extension blocks
[oweals/u-boot.git] / include / dm / platform_data / serial-uniphier.h
1 /*
2  * Copyright (C) 2014 Panasonic Corporation
3  *   Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #ifndef __PLAT_UNIPHIER_SERIAL_H
9 #define __PLAT_UNIPHIER_SERIAL_H
10
11 #define DRIVER_NAME     "uniphier-uart"
12
13 struct uniphier_serial_platform_data {
14         unsigned long base;
15         unsigned int uartclk;
16 };
17
18 #endif /* __PLAT_UNIPHIER_SERIAL_H */