From patchwork Mon Nov 5 09:42:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: AnilKumar Chimata X-Patchwork-Id: 197171 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail-ye0-f184.google.com (mail-ye0-f184.google.com [209.85.213.184]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 8AE9C2C008D for ; Mon, 5 Nov 2012 20:42:47 +1100 (EST) Received: by mail-ye0-f184.google.com with SMTP id m6sf4057093yen.11 for ; Mon, 05 Nov 2012 01:42:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=x-beenthere:received-spf:from:to:cc:subject:date:message-id :x-mailer:in-reply-to:references:mime-version:x-original-sender :x-original-authentication-results:reply-to:precedence:mailing-list :list-id:x-google-group-id:list-post:list-help:list-archive:sender :list-subscribe:list-unsubscribe:content-type; bh=l8CK1edmXphg1BSqFuA/defJwvS0kizylz6ZQqfmzd4=; b=g/ISKLmAChbKx4uGKb/Dzu9LuF/zVlk0G42hswbxPkU20gecpkvKRoLLIwbi+XtxIb TGmhowztTemiB/zsgocQW7AyPyQm0Q+ul9+h61LSxIU3MpZm0AvxO/PrEy6+jGCZhiSp QE5F5gnV4UMns4xurhAv/5FpFdtjUh3ZlPeZ6HRHnrSyVVKZM7Vjb20DOip8+U+I43MA HRMPvP/AjqLXCuzhxr4xIdQBbudMczbvL9nr1d1savfBbRGt4duxuhGsL/S8ewTNFHY/ Mz2N1QwLGIUPzhUW1yrYY7fknlxQ2Bmx0YeUwQ21j/+vPfD/XUB6aWJm4nTukewQHGhs 1EBQ== Received: by 10.50.169.7 with SMTP id aa7mr3945060igc.1.1352108564141; Mon, 05 Nov 2012 01:42:44 -0800 (PST) X-BeenThere: rtc-linux@googlegroups.com Received: by 10.42.89.200 with SMTP id h8ls13326872icm.4.gmail; Mon, 05 Nov 2012 01:42:43 -0800 (PST) Received: by 10.42.152.201 with SMTP id j9mr5300655icw.12.1352108563667; Mon, 05 Nov 2012 01:42:43 -0800 (PST) Received: by 10.42.152.201 with SMTP id j9mr5300654icw.12.1352108563656; Mon, 05 Nov 2012 01:42:43 -0800 (PST) Received: from bear.ext.ti.com (bear.ext.ti.com. [192.94.94.41]) by gmr-mx.google.com with ESMTPS id s15si973191igi.1.2012.11.05.01.42.43 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 05 Nov 2012 01:42:43 -0800 (PST) Received-SPF: pass (google.com: domain of anilkumar@ti.com designates 192.94.94.41 as permitted sender) client-ip=192.94.94.41; Received: from dbdp20.itg.ti.com ([172.24.170.38]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id qA59geQO013904; Mon, 5 Nov 2012 03:42:41 -0600 Received: from DBDE71.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id qA59gb7f011903; Mon, 5 Nov 2012 15:12:40 +0530 (IST) Received: from dbdp32.itg.ti.com (172.24.170.251) by DBDE71.ent.ti.com (172.24.170.149) with Microsoft SMTP Server id 14.1.323.3; Mon, 5 Nov 2012 15:12:37 +0530 Received: from localhost.localdomain (dbdp20.itg.ti.com [172.24.170.38]) by dbdp32.itg.ti.com (8.13.8/8.13.8) with ESMTP id qA59gXX4022592; Mon, 5 Nov 2012 15:12:37 +0530 From: AnilKumar Ch To: , , CC: , , , , , , AnilKumar Ch Subject: [rtc-linux] [PATCH 3/4] ARM: dts: AM33XX: Set pmic-shutdown-controller for BeagleBone Date: Mon, 5 Nov 2012 15:12:28 +0530 Message-ID: <1352108549-9341-4-git-send-email-anilkumar@ti.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1352108549-9341-1-git-send-email-anilkumar@ti.com> References: <1352108549-9341-1-git-send-email-anilkumar@ti.com> MIME-Version: 1.0 X-Original-Sender: anilkumar@ti.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of anilkumar@ti.com designates 192.94.94.41 as permitted sender) smtp.mail=anilkumar@ti.com Reply-To: rtc-linux@googlegroups.com Precedence: list Mailing-list: list rtc-linux@googlegroups.com; contact rtc-linux+owners@googlegroups.com List-ID: X-Google-Group-Id: 712029733259 List-Post: , List-Help: , List-Archive: Sender: rtc-linux@googlegroups.com List-Subscribe: , List-Unsubscribe: , Set ti,pmic-shutdown-controller for BeagleBone in am335x-bone.dts file, this flag is used by the driver to set tps65217 PMIC status to OFF when PWR_EN toggle. Signed-off-by: AnilKumar Ch --- arch/arm/boot/dts/am335x-bone.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/am335x-bone.dts b/arch/arm/boot/dts/am335x-bone.dts index 91eee97..40ea3c7 100644 --- a/arch/arm/boot/dts/am335x-bone.dts +++ b/arch/arm/boot/dts/am335x-bone.dts @@ -44,6 +44,8 @@ /include/ "tps65217.dtsi" &tps { + ti,pmic-shutdown-controller; + regulators { dcdc1_reg: regulator@0 { regulator-always-on;