Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753137AbbHRUiL (ORCPT ); Tue, 18 Aug 2015 16:38:11 -0400 Received: from mail-yk0-f182.google.com ([209.85.160.182]:34751 "EHLO mail-yk0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751050AbbHRUiI (ORCPT ); Tue, 18 Aug 2015 16:38:08 -0400 MIME-Version: 1.0 X-Originating-IP: [95.23.111.95] In-Reply-To: References: <1439923455-109818-1-git-send-email-briannorris@chromium.org> <1439923455-109818-2-git-send-email-briannorris@chromium.org> <51457775.D3ds00ymOJ@phil> Date: Tue, 18 Aug 2015 22:38:05 +0200 Message-ID: Subject: Re: [PATCH 2/2] ARM: dts: rockchip: correct regulator PM properties From: Javier Martinez Canillas To: Heiko Stuebner Cc: Brian Norris , "devicetree@vger.kernel.org" , Alexandru M Stan , Linux Kernel , Douglas Anderson , linux-rockchip@lists.infradead.org, Brian Norris , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1343 Lines: 36 On Tue, Aug 18, 2015 at 10:30 PM, Javier Martinez Canillas wrote: > On Tue, Aug 18, 2015 at 9:17 PM, Heiko Stuebner wrote: >>> >>> vcc5v_touch: SWITCH_REG2 { >>> regulator-name = "vcc5v_touch"; >>> - regulator-suspend-mem-disabled; >>> + regulator-state-mem { >>> + regulator-on-in-suspend; >>> + }; >> >> wouldn't regulator-suspend-mem-disabled translate to regulator-off-in-suspend? > > Correct, the downstream regulator-suspend-mem-disabled is equivalent > to regulator-off-in-suspend in mainline. > >> At least looks like it according to https://lkml.org/lkml/2013/7/25/592 >> > > I guess you meant https://lkml.org/lkml/2014/10/10/162 since it was > Chanwoo's and not Vincent's version that finally landed. > >> oh, now I got that you referenced Vincent's patch just to show the regulator-suspend-mem-disabled property description. Sorry for the noise then but yes you are right about the translation :-) Best regards, Javier -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/