From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH] ARM: tegra: fix board DT pinmux setup Date: Wed, 26 Mar 2014 23:13:49 +0100 Message-ID: <201403262313.49387.arnd@arndb.de> References: <1395360361-17130-1-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1395360361-17130-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren Cc: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Stephen Warren List-Id: linux-tegra@vger.kernel.org On Friday 21 March 2014, Stephen Warren wrote: > From: Stephen Warren > > Neither Tegra114 nor Tegra124 allow "low power mode" to be configured > on SDIO1 or SDIO3 drive groups. Remove the attempt to configure that > option from the Dalmore and Venice2 DTs. > > The Venice2 DT contained duplicate configurations for most sdmmc1_* > pins. Remove the duplicate pins from one of the nodes, and fix the > configuration since the remaining clk pin is output-only. > > Signed-off-by: Stephen Warren Applied to fixes-non-critical. Thanks, ARnd