From patchwork Mon Apr 15 13:28:08 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrii Tseglytskyi X-Patchwork-Id: 2445141 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 6D5073FD1A for ; Mon, 15 Apr 2013 13:28:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752052Ab3DON2T (ORCPT ); Mon, 15 Apr 2013 09:28:19 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:39382 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752022Ab3DON2S (ORCPT ); Mon, 15 Apr 2013 09:28:18 -0400 Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id r3FDSHhR024482; Mon, 15 Apr 2013 08:28:17 -0500 Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id r3FDSHTj024819; Mon, 15 Apr 2013 08:28:17 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.2.342.3; Mon, 15 Apr 2013 08:28:17 -0500 Received: from localhost (uglx0174653.ucm2.emeaucm.ext.ti.com [10.167.145.64]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r3FDSGex028912; Mon, 15 Apr 2013 08:28:17 -0500 From: Andrii Tseglytskyi To: CC: =?UTF-8?q?Beno=C3=AEt=20Cousson?= , Tero Kristo , Mike Turquette Subject: [RFC PATCH v2 3/6] ARM: dts: OMAP5: add device tree for ABB Date: Mon, 15 Apr 2013 16:28:08 +0300 Message-ID: <1366032491-4162-4-git-send-email-andrii.tseglytskyi@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1366032491-4162-1-git-send-email-andrii.tseglytskyi@ti.com> References: <1366032491-4162-1-git-send-email-andrii.tseglytskyi@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 From: "Andrii.Tseglytskyi" Add DT ABB data for OMAP543x family of devices. Data is based on OMAP543x TRM document. Signed-off-by: Andrii.Tseglytskyi --- arch/arm/boot/dts/omap5.dtsi | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 3dd7ff8..e1b2c92 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -74,6 +74,45 @@ }; }; + abb_mpu: regulator-abb1 { + compatible = "ti,omap5-abb"; + regulator-name = "abb_mpu"; + regulator-min-microvolt = <880000>; + regulator-max-microvolt = <1260000>; + regulator-always-on; + #address-cells = <1>; + #size-cells = <1>; + reg = <0x4ae07cdc 0x8>, + <0x4ae06014 0x4>; + ti,tranxdone_status_mask = <0x80>; + operating-points = < + /* uV ABB */ + 880000 0 + 1060000 1 + 1250000 1 + 1260000 1 + >; + }; + + abb_iva: regulator-abb2 { + compatible = "ti,omap5-abb"; + regulator-name = "abb_iva"; + regulator-min-microvolt = <880000>; + regulator-max-microvolt = <1120000>; + regulator-always-on; + #address-cells = <1>; + #size-cells = <1>; + reg = <0x4ae07ce4 0x8>, + <0x4ae06010 0x4>; + ti,tranxdone_status_mask = <0x80000000>; + operating-points = < + /* uV ABB */ + 880000 0 + 1025000 0 + 1120000 0 + >; + }; + /* * XXX: Use a flat representation of the OMAP3 interconnect. * The real OMAP interconnect network is quite complex.