Re: [U-Boot] [PATCH] ARM: tegra: rm Jetson TK1 PMIC GPIO programming

2016-01-28 Thread Stephen Warren
On 01/18/2016 12:16 PM, Tom Warren wrote: Stephen Warren wrotea tMonday, January 18, 2016 11:23 AM: The PMIC is configured such that its GPIOs have the correct configuration at power-up, so no programming is required. In fact, the current programming is actively wrong, since: (a) the AS3722 dr

Re: [U-Boot] [PATCH] ARM: tegra: rm Jetson TK1 PMIC GPIO programming

2016-01-28 Thread Tom Warren
OK. I was waiting to see if Simon's dm display driver changes would go in via the Tegra repo (they apply / build OK now, but I've had no time for testing). With the merge window closing, I'll send a PR with just this fix. Thanks. Tom > -Original Message- > From: Stephen Warren [mailto:s

Re: [U-Boot] [PATCH] ARM: tegra: rm Jetson TK1 PMIC GPIO programming

2016-01-22 Thread Thierry Reding
On Mon, Jan 18, 2016 at 11:23:16AM -0700, Stephen Warren wrote: > From: Stephen Warren > > The PMIC is configured such that its GPIOs have the correct configuration > at power-up, so no programming is required. > > In fact, the current programming is actively wrong, since: > > (a) the AS3722 dr

Re: [U-Boot] [PATCH] ARM: tegra: rm Jetson TK1 PMIC GPIO programming

2016-01-19 Thread Thierry Reding
On Mon, Jan 18, 2016 at 11:23:16AM -0700, Stephen Warren wrote: > From: Stephen Warren > > The PMIC is configured such that its GPIOs have the correct configuration > at power-up, so no programming is required. > > In fact, the current programming is actively wrong, since: > > (a) the AS3722 dr

Re: [U-Boot] [PATCH] ARM: tegra: rm Jetson TK1 PMIC GPIO programming

2016-01-18 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Monday, January 18, 2016 11:23 AM > To: u-boot@lists.denx.de; Simon Glass ; Tom Warren > ; Stephen Warren > Cc: Thierry Reding > Subject: [PATCH] ARM: tegra: rm Jetson TK1 PMIC GPIO programming >

[U-Boot] [PATCH] ARM: tegra: rm Jetson TK1 PMIC GPIO programming

2016-01-18 Thread Stephen Warren
From: Stephen Warren The PMIC is configured such that its GPIOs have the correct configuration at power-up, so no programming is required. In fact, the current programming is actively wrong, since: (a) the AS3722 driver configures the GPIO to be an output before setting its output value, which