提交 c17eaf0c 编写于 作者: T Tomasz Stanislawski 提交者: Inki Dae

media: s5p-hdmi: add HPD GPIO to platform data

This patch extends s5p-hdmi platform data by a GPIO identifier for
Hot-Plug-Detection pin.
Signed-off-by: NTomasz Stanislawski <t.stanislaws@samsung.com>
Acked-by: NTomasz Stanislawski <t.stanislaws@samsung.com>
Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: NInki Dae <inki.dae@samsung.com>
上级 fab9f8d0
...@@ -20,6 +20,7 @@ struct i2c_board_info; ...@@ -20,6 +20,7 @@ struct i2c_board_info;
* @hdmiphy_info: template for HDMIPHY I2C device * @hdmiphy_info: template for HDMIPHY I2C device
* @mhl_bus: controller id for MHL control bus * @mhl_bus: controller id for MHL control bus
* @mhl_info: template for MHL I2C device * @mhl_info: template for MHL I2C device
* @hpd_gpio: GPIO for Hot-Plug-Detect pin
* *
* NULL pointer for *_info fields indicates that * NULL pointer for *_info fields indicates that
* the corresponding chip is not present * the corresponding chip is not present
...@@ -29,6 +30,7 @@ struct s5p_hdmi_platform_data { ...@@ -29,6 +30,7 @@ struct s5p_hdmi_platform_data {
struct i2c_board_info *hdmiphy_info; struct i2c_board_info *hdmiphy_info;
int mhl_bus; int mhl_bus;
struct i2c_board_info *mhl_info; struct i2c_board_info *mhl_info;
int hpd_gpio;
}; };
#endif /* S5P_HDMI_H */ #endif /* S5P_HDMI_H */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册