From patchwork Mon Aug 6 13:57:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dongjin Kim X-Patchwork-Id: 1279451 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id A6A603FD57 for ; Mon, 6 Aug 2012 14:01:55 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SyNp7-00029e-HF; Mon, 06 Aug 2012 13:58:21 +0000 Received: from mail-pb0-f49.google.com ([209.85.160.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SyNp3-00029Q-N1 for linux-arm-kernel@lists.infradead.org; Mon, 06 Aug 2012 13:58:18 +0000 Received: by pbbrq13 with SMTP id rq13so5985446pbb.36 for ; Mon, 06 Aug 2012 06:58:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=AtrJ2rp5p9Q8SNJj9hk4jKZDp0bkkMPDjGc2ptK3UaA=; b=qQg4Y3Kx652Jn57/gvCaTj4GDzFhyRUm/3/x7rBmR8bgCTM+SU/wOW7bMjlGoQoYUb 9Gn1nWbWQx2yTrBhBOGUgzDi7bNZkEq8DKrqzqnivdt6hRTquvBXUXRcg8ib1Ipn/Dx1 VhOTojKy3MTGTHNAJgG/pzyug5K5w0YApkLwWil2iExfWIFUvMXzIfVIUInOu1zJ8VpG zh2ivjtw/HWRhVR+eI8QKeS5geGvblCv359jAURerlE9PwqRe1HgZ0TD7JPjrFgLy2eC 5Ev4hN307dX6sS1R4l2cKWrShjrDA0rX2MEF0zedKKQO4IoF3LLKpNv93TjqLpqQPqJE G3wQ== Received: by 10.68.135.201 with SMTP id pu9mr19124791pbb.146.1344261494541; Mon, 06 Aug 2012 06:58:14 -0700 (PDT) Received: from localhost.localdomain ([210.113.108.23]) by mx.google.com with ESMTPS id qi8sm9016134pbc.36.2012.08.06.06.58.10 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 06 Aug 2012 06:58:12 -0700 (PDT) From: Dongjin Kim To: Subject: [PATCH] ARM: EXYNOS: Add HDMIPHY I2C adaptor Date: Mon, 6 Aug 2012 22:57:39 +0900 Message-Id: <1344261462-14183-2-git-send-email-dongjin.kim@agreeyamobility.net> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1344261462-14183-1-git-send-email-dongjin.kim@agreeyamobility.net> References: <1344261462-14183-1-git-send-email-dongjin.kim@agreeyamobility.net> X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (tobetter[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.49 listed in list.dnswl.org] Cc: linux-samsung-soc@vger.kernel.org, Russell King , linux-kernel@vger.kernel.org, Kukjin Kim , Ben Dooks , linux-arm-kernel@lists.infradead.org, Dongjin Kim X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org This patch assign the I2C channel for HDMIPHY for Exynos4x12 in s5p_i2c_hdmiphy_set_platdata() and s5p_hdmi_set_platdata() Change-Id: I7e66c8f9327e2f7dce7440efb8583b506d65831a Signed-off-by: Dongjin Kim --- arch/arm/plat-samsung/devs.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/plat-samsung/devs.c b/arch/arm/plat-samsung/devs.c index a199e55..54614d0 100644 --- a/arch/arm/plat-samsung/devs.c +++ b/arch/arm/plat-samsung/devs.c @@ -752,6 +752,8 @@ void __init s5p_i2c_hdmiphy_set_platdata(struct s3c2410_platform_i2c *pd) if (soc_is_exynos4210()) pd->bus_num = 8; + else if (soc_is_exynos4212() || soc_is_exynos4412()) + pd->bus_num = 8; else if (soc_is_s5pv210()) pd->bus_num = 3; else @@ -771,6 +773,8 @@ void __init s5p_hdmi_set_platdata(struct i2c_board_info *hdmiphy_info, if (soc_is_exynos4210()) pd->hdmiphy_bus = 8; + else if (soc_is_exynos4212() || soc_is_exynos4412()) + pd->hdmiphy_bus = 8; else if (soc_is_s5pv210()) pd->hdmiphy_bus = 3; else