From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 1/2] pinctrl: tegra: add support for rcv-sel and drive type Date: Thu, 17 Jan 2013 09:30:15 +0100 Message-ID: References: <1357387375-25919-1-git-send-email-ldewangan@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <1357387375-25919-1-git-send-email-ldewangan@nvidia.com> Sender: linux-doc-owner@vger.kernel.org To: Laxman Dewangan , Stephen Warren Cc: praithatha@nvidia.com, grant.likely@secretlab.ca, rob.herring@calxeda.com, devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org List-Id: devicetree@vger.kernel.org On Sat, Jan 5, 2013 at 1:02 PM, Laxman Dewangan wrote: > From: Pritesh Raithatha > > NVIDIA's Tegra114 added two more configuration parameter in pinmux i.e. > rcv-sel and drive type. > > rcv-sel: Select between High and Normal VIL/VIH receivers. > RCVR_SEL=1: High VIL/VIH > RCVR_SEL=0: Normal VIL/VIH > > drv_type: Ouptput drive type: > 33-50 ohm driver: 0x1 > 66-100ohm driver: 0x0 > > Add support of these parameters to be configure from DTS file. > > Tegra20 and Tegra30 does not support this configuration and hence initialize their > pinmux structure with reg = -1. > > Originally written by Pritesh Raithatha. > Changes by ldewangan: > - remove drvtype_width as it is always 2. > - Better describe the change. > > Signed-off-by: Pritesh Raithatha > Signed-off-by: Laxman Dewangan Stephen, can you look at this patch? Authors: you need Stephen's ACK on this. Yours, Linus Walleij