On 04/05/2012 03:07 PM, Tomasz Stanislawski wrote: > Hi Tushar Behera, > > On 04/05/2012 10:24 AM, Tushar Behera wrote: >> Signed-off-by: Tushar Behera <tushar.behera@xxxxxxxxxx> >> --- >> arch/arm/mach-exynos/mach-origen.c | 7 +++++++ >> 1 files changed, 7 insertions(+), 0 deletions(-) >> >> diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c >> index 878d4c9..ac6f78f 100644 >> --- a/arch/arm/mach-exynos/mach-origen.c >> +++ b/arch/arm/mach-exynos/mach-origen.c >> @@ -41,6 +41,7 @@ >> #include <plat/pd.h> >> #include <plat/fb.h> >> #include <plat/mfc.h> >> +#include <plat/hdmi.h> >> >> #include <mach/ohci.h> >> #include <mach/map.h> >> @@ -671,6 +672,11 @@ static void __init origen_bt_setup(void) >> s3c_gpio_setpull(EXYNOS4_GPX2(2), S3C_GPIO_PULL_NONE); >> } >> >> +/* I2C module and id for HDMIPHY */ >> +static struct i2c_board_info hdmiphy_info = { >> + I2C_BOARD_INFO("hdmiphy", 0x38), > > I warn you :) that the s5p-hdmiphy driver is going to use driver variant > to handle per-platform setup arrays for HDMIPHY. Refer to patch > > http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/45756/focus=45757 > > If the mentioned patch gets merged into the mainline then the support > for HDMI will be broken on your machine. > Please correct me if I am wrong. Above patch doesn't remove the usage of platform data, it is still mandatory to pass platform data from board file. Hence I need to pass a valid platform data structure to the driver. With your current patch, won't it just ignore the hdmiphy_info passed through the platform data and use driver variant to handle per-platform setup arrays for HDMIPHY. The reason I am worried is that the support for s5p-tv as such is broken now because of mandatory usage of platform data. Had it not been the case, the need for my patch won't have arised. :( Nevertheless, what do you think is the best solution right now? -- Tushar Behera -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html