mirror of https://gitee.com/openkylin/linux.git
17 lines
408 B
C
17 lines
408 B
C
/*
|
|
* Copyright (C) 2011 Samsung Electronics Co., Ltd.
|
|
*
|
|
* S5P series i2c hdmiphy helper definitions
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
#ifndef PLAT_S5P_I2C_HDMIPHY_H_
|
|
#define PLAT_S5P_I2C_HDMIPHY_H_
|
|
|
|
#define S5P_I2C_HDMIPHY_BUS_NUM (3)
|
|
|
|
#endif
|