From 0914bc781516ea265435645f5fa9eb00ea343451 Mon Sep 17 00:00:00 2001 From: Tomasz Stanislawski Date: Thu, 4 Oct 2012 12:42:39 -0300 Subject: [PATCH] --- yaml --- r: 333807 b: refs/heads/master c: 78a0b0608be3746cd6bbba6ec158928df7974ebf h: refs/heads/master i: 333805: 091b3de7af5ab34965823f5455935a8541242c46 333803: 6ca970226c71b1246cfc7b4ff6b71871f842481a 333799: c6effbaa39059e6d01ea360add159b29d596ff7a 333791: acb20a316d1c954e7b915fe58ea2339b31adaa11 v: v3 --- [refs] | 2 +- trunk/include/media/s5p_hdmi.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index b6d7132dbfeb..9bfcff1d0143 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cdcf45e70027d7f65eb04df789bd63c0a2f6f47f +refs/heads/master: 78a0b0608be3746cd6bbba6ec158928df7974ebf diff --git a/trunk/include/media/s5p_hdmi.h b/trunk/include/media/s5p_hdmi.h index 361a751f73af..181642b8d0a5 100644 --- a/trunk/include/media/s5p_hdmi.h +++ b/trunk/include/media/s5p_hdmi.h @@ -20,6 +20,7 @@ struct i2c_board_info; * @hdmiphy_info: template for HDMIPHY I2C device * @mhl_bus: controller id for MHL control bus * @mhl_info: template for MHL I2C device + * @hpd_gpio: GPIO for Hot-Plug-Detect pin * * NULL pointer for *_info fields indicates that * the corresponding chip is not present @@ -29,6 +30,7 @@ struct s5p_hdmi_platform_data { struct i2c_board_info *hdmiphy_info; int mhl_bus; struct i2c_board_info *mhl_info; + int hpd_gpio; }; #endif /* S5P_HDMI_H */