From patchwork Fri May 23 06:08:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 30673 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-ve0-f199.google.com (mail-ve0-f199.google.com [209.85.128.199]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 1A44420671 for ; Fri, 23 May 2014 06:11:13 +0000 (UTC) Received: by mail-ve0-f199.google.com with SMTP id oz11sf16308402veb.2 for ; Thu, 22 May 2014 23:11:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:sender:precedence:list-id:x-original-sender :x-original-authentication-results:mailing-list:list-post:list-help :list-archive:list-unsubscribe; bh=DX9U011kTsBMxihWt027yJRFF2u1kNu/fsWVMjfbZtI=; b=BSItG8U5+pkaBx1kfrEmabd45YOZDQiUQqs1e78fAzafN2JeDHU5Z+fg77PdOkwMt6 vNl8LcskLgg8uUpRhWv3HaiYhdpaXOreTUU36k2eOeUyUdc1STXIVs++rysYl9i2zN7S AeKC4uA4Z3GjTOhk45Jge/rxSuGth5IQsiL/zLyKHdRcL/SP+qpC0fq0f2IixVgW139q AoybKBJCY/1syAwVeS6Q6acM5O7/LTnxA+hOVVt0PCm+nddMe5Q0d+ECl/1+wuG2e94T 2fQHmU3/rV1uRr2/n1Y5WvecK/Mcl/OmHIYq0i0MV3tgvLUfHpq78G7MzaNV9BkWqHVm 2C8w== X-Gm-Message-State: ALoCoQk2M+AxSNonoyDf3LHQFPOXcE9w4lTRkjTWFVHp8mUn6aLfcr+6DyrVak+dMOwEP1k0/LrJ X-Received: by 10.236.197.39 with SMTP id s27mr1215717yhn.36.1400825472711; Thu, 22 May 2014 23:11:12 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.140.48.145 with SMTP id o17ls969844qga.37.gmail; Thu, 22 May 2014 23:11:12 -0700 (PDT) X-Received: by 10.58.219.166 with SMTP id pp6mr2391148vec.1.1400825472574; Thu, 22 May 2014 23:11:12 -0700 (PDT) Received: from mail-vc0-f176.google.com (mail-vc0-f176.google.com [209.85.220.176]) by mx.google.com with ESMTPS id 5si1106716vdy.104.2014.05.22.23.11.12 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 22 May 2014 23:11:12 -0700 (PDT) Received-SPF: pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.220.176 as permitted sender) client-ip=209.85.220.176; Received: by mail-vc0-f176.google.com with SMTP id id10so2285045vcb.7 for ; Thu, 22 May 2014 23:11:12 -0700 (PDT) X-Received: by 10.220.92.135 with SMTP id r7mr2345381vcm.11.1400825472464; Thu, 22 May 2014 23:11:12 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patch@linaro.org Received: by 10.220.221.72 with SMTP id ib8csp5446vcb; Thu, 22 May 2014 23:11:12 -0700 (PDT) X-Received: by 10.66.242.204 with SMTP id ws12mr3236751pac.10.1400825471754; Thu, 22 May 2014 23:11:11 -0700 (PDT) Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id be6si2475848pac.1.2014.05.22.23.11.11; Thu, 22 May 2014 23:11:11 -0700 (PDT) Received-SPF: none (google.com: linux-samsung-soc-owner@vger.kernel.org does not designate permitted sender hosts) client-ip=209.132.180.67; Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752191AbaEWGLK (ORCPT + 9 others); Fri, 23 May 2014 02:11:10 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:56265 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752165AbaEWGLJ (ORCPT ); Fri, 23 May 2014 02:11:09 -0400 Received: by mail-pa0-f47.google.com with SMTP id lf10so3606167pab.6 for ; Thu, 22 May 2014 23:11:09 -0700 (PDT) X-Received: by 10.67.5.233 with SMTP id cp9mr2892917pad.147.1400825468973; Thu, 22 May 2014 23:11:08 -0700 (PDT) Received: from linaro.sisodomain.com ([14.140.216.146]) by mx.google.com with ESMTPSA id wg7sm2697994pbc.73.2014.05.22.23.11.06 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 22 May 2014 23:11:08 -0700 (PDT) From: Sachin Kamat To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, sachin.kamat@linaro.org Subject: [PATCH 1/5] ARM: dts: Enable RTC node on Origen boards Date: Fri, 23 May 2014 11:38:54 +0530 Message-Id: <1400825338-1272-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: list List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: sachin.kamat@linaro.org X-Original-Authentication-Results: mx.google.com; spf=pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.220.176 as permitted sender) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Enabled RTC node on Origen 4210 and 4412 boards. Signed-off-by: Sachin Kamat --- arch/arm/boot/dts/exynos4210-origen.dts | 4 ++++ arch/arm/boot/dts/exynos4412-origen.dts | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts index 72fb11f7ea21..95efb1189cf0 100644 --- a/arch/arm/boot/dts/exynos4210-origen.dts +++ b/arch/arm/boot/dts/exynos4210-origen.dts @@ -48,6 +48,10 @@ }; }; + rtc@10070000 { + status = "okay"; + }; + tmu@100C0000 { status = "okay"; }; diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts index e2c0dcab4d81..934fe7ecca7e 100644 --- a/arch/arm/boot/dts/exynos4412-origen.dts +++ b/arch/arm/boot/dts/exynos4412-origen.dts @@ -48,6 +48,10 @@ }; }; + rtc@10070000 { + status = "okay"; + }; + pinctrl@11000000 { keypad_rows: keypad-rows { samsung,pins = "gpx2-0", "gpx2-1", "gpx2-2";