From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 24 Feb 2015 11:46:55 -0700 Subject: [U-Boot] [PATCH v2] tegra20: tamonten: Fix the early gpio init In-Reply-To: <1424800242-31464-1-git-send-email-alban.bedel@avionic-design.de> References: <1424800242-31464-1-git-send-email-alban.bedel@avionic-design.de> Message-ID: <54ECC71F.6000507@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/24/2015 10:50 AM, Alban Bedel wrote: > As the GPIO driver isn't ready when gpio_early_init() is called the > normal GPIO API can't be used. Fix this like on seaboard by using the > lower level function tegra_spl_gpio_direction_output(). Acked-by: Stephen Warren This seems to match what Seaboard does, so it seems like a fine fix for now.