Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762120AbcKDW3h (ORCPT ); Fri, 4 Nov 2016 18:29:37 -0400 Received: from mail-qk0-f170.google.com ([209.85.220.170]:36285 "EHLO mail-qk0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752854AbcKDW3e (ORCPT ); Fri, 4 Nov 2016 18:29:34 -0400 MIME-Version: 1.0 In-Reply-To: <1478077742-25437-2-git-send-email-ldewangan@nvidia.com> References: <1478077742-25437-1-git-send-email-ldewangan@nvidia.com> <1478077742-25437-2-git-send-email-ldewangan@nvidia.com> From: Linus Walleij Date: Fri, 4 Nov 2016 23:29:32 +0100 Message-ID: Subject: Re: [PATCH 1/2] pinctrl: tegra: Add DT binding for io pads control To: Laxman Dewangan Cc: "thierry.reding@gmail.com" , Stephen Warren , Rob Herring , Mark Rutland , Jon Hunter , Masahiro Yamada , "linux-gpio@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-tegra@vger.kernel.org" , "linux-kernel@vger.kernel.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: 1748 Lines: 39 On Wed, Nov 2, 2016 at 10:09 AM, Laxman Dewangan wrote: > NVIDIA Tegra124 and later SoCs support the multi-voltage level and > low power state of some of its IO pads. The IO pads can work in > the voltage of the 1.8V and 3.3V of IO power rail sources. When IO > interface are not used then IO pads can be configure in low power > state to reduce the power from that IO pads. > > On Tegra124, the IO power rail source is auto detected by SoC and hence > it is only require to configure in low power mode if IO pads are not > used. > > On T210 onwards, the auto-detection is removed from SoC and hence SW > must configure the PMC register explicitly to set proper voltage in > IO pads based on IO rail power source voltage. > > Add DT binding document for detailing the DT properties for > configuring IO pads voltage levels and its power state. > > Signed-off-by: Laxman Dewangan (...) > +-nvidia,power-source-voltage: Integer. The voltage level of IO pads. The > + valid values are 1.8V and 3.3V. Macros are > + defined for these voltage levels in > + > + Use TEGRA_IO_PAD_POWER_SOURCE_1800000UV for 1.8V > + Use TEGRA_IO_PAD_POWER_SOURCE_3300000UV for 3.3V > + > + All IO pads do not support the 1.8V/3.3V > + configurations. Valid values for "pins" are > + audio-hv, dmic, gpio, sdmmc1, sdmmc3, spi-hv. As mentioned in another patch, what is wrong with the standard power-source binding? Yours, Linus Walleij