From patchwork Tue Apr 2 08:15:07 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tushar Behera X-Patchwork-Id: 15807 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 9D4A023E00 for ; Tue, 2 Apr 2013 08:27:16 +0000 (UTC) Received: from mail-ve0-f180.google.com (mail-ve0-f180.google.com [209.85.128.180]) by fiordland.canonical.com (Postfix) with ESMTP id 4AE59A186AB for ; Tue, 2 Apr 2013 08:27:16 +0000 (UTC) Received: by mail-ve0-f180.google.com with SMTP id c13so165918vea.11 for ; Tue, 02 Apr 2013 01:27:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=ZpqiLvtM+fSHTFQwsL1IkQGAP7P8LUh4ix/WrDnJGwI=; b=hBEMYUUPgGEYeZ7cYSPSo+xV2iTw/rVYo6Xw2B3EJOTj0jwrZwMju2Hvn7XoR30Qsi XcMgGEKhxVr20mDGSLFVl/gLleRsKnFlwcLQusn+W7oCK5Be04/Rig2NubTM/gciWFys BJZeoEuxwk9LtRUa5NlDUB2sYDdthTWmzvUcFTk/bagYRbzrZ3VJNSZ/LOqQb1JYpS2n Oht6TNMCpp8asg2xeiNiilHXecmhYhUFa+khe8CJSfdh7Vbl41PVIWzjfvYsqaMgNa4i RT2nuP34Vn/M4mRMID6GbxYmVLlFSg1LQA432c5creSGZTPojFK5m3PRMehO9RWt5aDi +bZQ== X-Received: by 10.52.93.20 with SMTP id cq20mr10107723vdb.38.1364891235787; Tue, 02 Apr 2013 01:27:15 -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.59.4.204 with SMTP id cg12csp114988ved; Tue, 2 Apr 2013 01:27:15 -0700 (PDT) X-Received: by 10.66.121.169 with SMTP id ll9mr23350185pab.178.1364891234615; Tue, 02 Apr 2013 01:27:14 -0700 (PDT) Received: from mail-pb0-f43.google.com (mail-pb0-f43.google.com [209.85.160.43]) by mx.google.com with ESMTPS id dj6si1195009pad.192.2013.04.02.01.27.14 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Apr 2013 01:27:14 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.43 is neither permitted nor denied by best guess record for domain of tushar.behera@linaro.org) client-ip=209.85.160.43; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.43 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-pb0-f43.google.com with SMTP id md4so116668pbc.16 for ; Tue, 02 Apr 2013 01:27:14 -0700 (PDT) X-Received: by 10.68.225.132 with SMTP id rk4mr22593526pbc.146.1364891234242; Tue, 02 Apr 2013 01:27:14 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPS id qh4sm1448781pac.8.2013.04.02.01.27.11 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Apr 2013 01:27:13 -0700 (PDT) From: Tushar Behera To: linux-samsung-soc@vger.kernel.org, devicetree-discuss@lists.ozlabs.org Cc: kgene.kim@samsung.com, patches@linaro.org, Sachin Kamat Subject: [PATCH V3 7/7] ARM: dts: Add HDMI HPD and regulator node for Arndale board Date: Tue, 2 Apr 2013 13:45:07 +0530 Message-Id: <1364890507-19261-8-git-send-email-tushar.behera@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1364890507-19261-1-git-send-email-tushar.behera@linaro.org> References: <1364890507-19261-1-git-send-email-tushar.behera@linaro.org> X-Gm-Message-State: ALoCoQmprbh5PYdD/ACTQE84vqpIUuljONHLKgPRG5NBUHZmLD1bbesrZiwhCthiXYNHbViBsxzR From: Sachin Kamat Added HDMI hot plug and regulator nodes to Arndale DT file. Signed-off-by: Sachin Kamat Signed-off-by: Tushar Behera --- Changes for V3: * Pin-control related modifications. arch/arm/boot/dts/exynos5250-arndale.dts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts index 5910df7..c4057ea 100644 --- a/arch/arm/boot/dts/exynos5250-arndale.dts +++ b/arch/arm/boot/dts/exynos5250-arndale.dts @@ -429,6 +429,13 @@ }; }; + hdmi { + hpd-gpio = <&gpx3 7 2>; + vdd_osc-supply = <&ldo10_reg>; + vdd_pll-supply = <&ldo8_reg>; + vdd-supply = <&ldo8_reg>; + }; + mmc_reg: voltage-regulator { compatible = "regulator-fixed"; regulator-name = "VDD_33ON_2.8V"; @@ -437,4 +444,9 @@ gpio = <&gpx1 1 1>; enable-active-high; }; + + reg_hdmi_en: fixedregulator@0 { + compatible = "regulator-fixed"; + regulator-name = "hdmi-en"; + }; };