From patchwork Mon Jun 10 06:22:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "J, KEERTHY" X-Patchwork-Id: 2695871 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 566173FD4E for ; Mon, 10 Jun 2013 06:26:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751318Ab3FJGZv (ORCPT ); Mon, 10 Jun 2013 02:25:51 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:57229 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751257Ab3FJGZv (ORCPT ); Mon, 10 Jun 2013 02:25:51 -0400 Received: from dbdlxv05.itg.ti.com ([172.24.171.60]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id r5A6PZR2005271; Mon, 10 Jun 2013 01:25:36 -0500 Received: from DBDE73.ent.ti.com (dbde73.ent.ti.com [172.24.171.98]) by dbdlxv05.itg.ti.com (8.14.3/8.13.8) with ESMTP id r5A6PXe5023670; Mon, 10 Jun 2013 01:25:33 -0500 Received: from dbdp33.itg.ti.com (172.24.170.252) by DBDE73.ent.ti.com (172.24.171.98) with Microsoft SMTP Server id 14.2.342.3; Mon, 10 Jun 2013 14:25:32 +0800 Received: from ubuntu.apr.dhcp.ti.com (smtpvbd.itg.ti.com [172.24.170.250]) by dbdp33.itg.ti.com (8.13.8/8.13.8) with ESMTP id r5A6PKHm022216; Mon, 10 Jun 2013 11:55:32 +0530 From: J Keerthy To: , CC: , , , , , , , , , J Keerthy Subject: [PATCH 1/2] ARM: dts: add dtsi for palmas Date: Mon, 10 Jun 2013 11:52:14 +0530 Message-ID: <1370845335-14926-2-git-send-email-j-keerthy@ti.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1370845335-14926-1-git-send-email-j-keerthy@ti.com> References: <1370845335-14926-1-git-send-email-j-keerthy@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Adds palmas mfd and palmas regulator nodes. Signed-off-by: Graeme Gregory Signed-off-by: J Keerthy --- arch/arm/boot/dts/palmas.dtsi | 98 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 98 insertions(+), 0 deletions(-) create mode 100644 arch/arm/boot/dts/palmas.dtsi diff --git a/arch/arm/boot/dts/palmas.dtsi b/arch/arm/boot/dts/palmas.dtsi new file mode 100644 index 0000000..4c5162f --- /dev/null +++ b/arch/arm/boot/dts/palmas.dtsi @@ -0,0 +1,98 @@ +/* + * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#include + +&palmas { + compatible = "ti,palmas"; + interrupt-controller; + #interrupt-cells = <2>; + + palmas_pmic { + compatible = "ti,palmas-pmic"; + interrupt-parent = <&palmas>; + interrupts = <14 IRQ_TYPE_NONE>; + interrupt-name = "short-irq"; + + ti,ldo6-vibrator; + + regulators { + smps123_reg: smps123 { + regulator-name = "smps123"; + }; + + smps45_reg: smps45 { + regulator-name = "smps45"; + }; + + smps6_reg: smps6 { + regulator-name = "smps6"; + }; + + smps7_reg: smps7 { + regulator-name = "smps7"; + }; + + smps8_reg: smps8 { + regulator-name = "smps8"; + }; + + smps9_reg: smps9 { + regulator-name = "smps9"; + }; + + smps10_reg: smps10 { + regulator-name = "smps10"; + }; + + ldo1_reg: ldo1 { + regulator-name = "ldo1"; + }; + + ldo2_reg: ldo2 { + regulator-name = "ldo2"; + }; + + ldo3_reg: ldo3 { + regulator-name = "ldo3"; + }; + + ldo4_reg: ldo4 { + regulator-name = "ldo4"; + }; + + ldo5_reg: ldo5 { + regulator-name = "ldo5"; + }; + + ldo6_reg: ldo6 { + regulator-name = "ldo6"; + }; + + ldo7_reg: ldo7 { + regulator-name = "ldo7"; + }; + + ldo8_reg: ldo8 { + regulator-name = "ldo8"; + }; + + ldo9_reg: ldo9 { + regulator-name = "ldo9"; + }; + + ldoln_reg: ldoln { + regulator-name = "ldoln"; + }; + + ldousb_reg: ldousb { + regulator-name = "ldousb"; + }; + }; + }; +};