From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752239AbcB2Vvm (ORCPT ); Mon, 29 Feb 2016 16:51:42 -0500 Received: from muru.com ([72.249.23.125]:47575 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751293AbcB2Vvk (ORCPT ); Mon, 29 Feb 2016 16:51:40 -0500 Date: Mon, 29 Feb 2016 13:51:37 -0800 From: Tony Lindgren To: Paul Kocialkowski Cc: linux-kernel@vger.kernel.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , =?utf-8?Q?Beno=C3=AEt?= Cousson , Liam Girdwood , Javier Martinez Canillas , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org Subject: Re: [PATCH v4 1/5] ARM: dts: LG Optimus Black codename sniper basic support Message-ID: <20160229215136.GO13417@atomide.com> References: <1456663185-14170-1-git-send-email-contact@paulk.fr> <1456663185-14170-2-git-send-email-contact@paulk.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456663185-14170-2-git-send-email-contact@paulk.fr> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, * Paul Kocialkowski [160228 04:40]: > The LG Optimus Black codename sniper is a smartphone that was designed and > manufactured by LG Electronics (LGE) and released back in 2011. > It is using an OMAP3630 SoC, GP version. > > This adds devicetree support for the device, with only a few basic features > supported, such as debug uart, i2c, internal emmc and external mmc. ... > +&i2c1 { > + pinctrl-names = "default"; > + pinctrl-0 = <&i2c1_pins>; > + > + clock-frequency = <2600000>; > + > + twl: twl@48 { > + reg = <0x48>; > + interrupts = <7>; /* SYS_NIRQ cascaded to intc */ > + interrupt-parent = <&intc>; > + > + power { > + compatible = "ti,twl4030-power"; > + ti,use_poweroff; > + }; > + }; > +}; Chances are this devices supports cutting off the voltages and the high frequency oscillator during idle. So you may want to at some point set compatible = "ti,twl4030-power-idle-osc-off" here. Anyways, applying the dts changes into omap-for-v4.6/dt thanks. Regards, Tony