From patchwork Thu Apr 5 08:24:56 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tushar Behera X-Patchwork-Id: 7653 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 11C3723E4C for ; Thu, 5 Apr 2012 08:33:13 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id BCB41A18204 for ; Thu, 5 Apr 2012 08:33:12 +0000 (UTC) Received: by mail-iy0-f180.google.com with SMTP id e36so2019829iag.11 for ; Thu, 05 Apr 2012 01:33:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=mTTWQ2MLOEC7S8/KpB357/X7U6CrB7EnH+jtU5OWoF4=; b=pk4g6UJ4SmHCdZQgO0Q2W/EXJkScwWfiqv4Ko7lB38qjiFZbGXmJcoRA6x+aQ/JAIs 3DEAkxNVuXRTkJRcr2vyTggt8s1fyWMblh1LZlmW+qXYx5tDVyrrkjQzWF+ZU6PyF/X3 mqW/vHQnfVU+GriJfRb2RAqRAFTVJt/SWIHE0edwf7biFYSOifsR7fEOXpl+eHk/3wUP ENBhg/UX/3zAZFRJKEGsj1B7RUNFfcRx5CmXmnuYsK8k4M153TTNc/RcYeS/kffLM5MC 2PUrpOIqw3lQCag3V65Dqlt2Cafcn21VDz6kk0ESquoFWXgUsCCjPwicz02jNW53+4R8 5rqQ== Received: by 10.50.156.229 with SMTP id wh5mr4020976igb.28.1333614792480; Thu, 05 Apr 2012 01:33:12 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.164.217 with SMTP id f25csp50196iby; Thu, 5 Apr 2012 01:33:12 -0700 (PDT) Received: by 10.68.195.38 with SMTP id ib6mr5276763pbc.28.1333614791868; Thu, 05 Apr 2012 01:33:11 -0700 (PDT) Received: from mail-pz0-f44.google.com (mail-pz0-f44.google.com [209.85.210.44]) by mx.google.com with ESMTPS id m10si3841419pbm.261.2012.04.05.01.33.11 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 05 Apr 2012 01:33:11 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.210.44 is neither permitted nor denied by best guess record for domain of tushar.behera@linaro.org) client-ip=209.85.210.44; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.44 is neither permitted nor denied by best guess record for domain of tushar.behera@linaro.org) smtp.mail=tushar.behera@linaro.org Received: by mail-pz0-f44.google.com with SMTP id z14so4824582dad.17 for ; Thu, 05 Apr 2012 01:33:11 -0700 (PDT) Received: by 10.68.225.39 with SMTP id rh7mr5107103pbc.104.1333614791590; Thu, 05 Apr 2012 01:33:11 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id g8sm2643434pbo.25.2012.04.05.01.33.09 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 05 Apr 2012 01:33:10 -0700 (PDT) From: Tushar Behera To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, t.stanislaws@samsung.com, patches@linaro.org Subject: [PATCH 2/2] ARM: EXYNOS: Set HDMI platform data in Origen board Date: Thu, 5 Apr 2012 13:54:56 +0530 Message-Id: <1333614296-13256-3-git-send-email-tushar.behera@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1333614296-13256-1-git-send-email-tushar.behera@linaro.org> References: <1333614296-13256-1-git-send-email-tushar.behera@linaro.org> X-Gm-Message-State: ALoCoQkqexN8EGUeDwq9Z4nkZ2LvdKBMJC9QtmjZvujDLY17kP9wycWWMjcTPbEQGwp2x/+0beCf Signed-off-by: Tushar Behera --- 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 #include #include +#include #include #include @@ -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), +}; + static void s5p_tv_setup(void) { /* Direct HPD to HDMI chip */ @@ -718,6 +724,7 @@ static void __init origen_machine_init(void) s5p_tv_setup(); s5p_i2c_hdmiphy_set_platdata(NULL); + s5p_hdmi_set_platdata(&hdmiphy_info, NULL, 0); s5p_fimd0_set_platdata(&origen_lcd_pdata);