Re: [U-Boot] [PATCH v2] ARM: tegra: Add support for norrin board

2014-11-12 Thread Simon Glass
Hi Stephen, On 12 November 2014 11:57, Stephen Warren wrote: > On 11/11/2014 12:04 PM, Simon Glass wrote: >> >> From: Allen Martin >> >> Norrin (PM370) is a Tegra124 clamshell board that is very similar to >> venice2, but it has a different panel, the sdcard cd and wp sense are >> flipped, and i

Re: [U-Boot] [PATCH v2] ARM: tegra: Add support for norrin board

2014-11-12 Thread Simon Glass
Hi Stephen, On 12 November 2014 11:59, Stephen Warren wrote: > On 11/11/2014 12:04 PM, Simon Glass wrote: >> >> From: Allen Martin >> >> Norrin (PM370) is a Tegra124 clamshell board that is very similar to >> venice2, but it has a different panel, the sdcard cd and wp sense are >> flipped, and i

Re: [U-Boot] [PATCH v2] ARM: tegra: Add support for norrin board

2014-11-12 Thread Stephen Warren
On 11/11/2014 12:04 PM, Simon Glass wrote: From: Allen Martin Norrin (PM370) is a Tegra124 clamshell board that is very similar to venice2, but it has a different panel, the sdcard cd and wp sense are flipped, and it has a different revision of the AS3722 PMIC. This board is also refered to as

Re: [U-Boot] [PATCH v2] ARM: tegra: Add support for norrin board

2014-11-12 Thread Stephen Warren
On 11/11/2014 12:04 PM, Simon Glass wrote: From: Allen Martin Norrin (PM370) is a Tegra124 clamshell board that is very similar to venice2, but it has a different panel, the sdcard cd and wp sense are flipped, and it has a different revision of the AS3722 PMIC. This board is also refered to as

[U-Boot] [PATCH v2] ARM: tegra: Add support for norrin board

2014-11-11 Thread Simon Glass
From: Allen Martin Norrin (PM370) is a Tegra124 clamshell board that is very similar to venice2, but it has a different panel, the sdcard cd and wp sense are flipped, and it has a different revision of the AS3722 PMIC. This board is also refered to as "nyan" in the ChromeOS trees. This is the A

Re: [U-Boot] [PATCH v2] ARM: tegra: Add support for norrin board

2014-08-04 Thread Stephen Warren
On 08/04/2014 12:38 PM, Allen Martin wrote: On Thu, Jul 31, 2014 at 04:21:43PM -0700, Stephen Warren wrote: On 07/31/2014 05:14 PM, Allen Martin wrote: Norrin (PM370) is a Tegra124 clamshell board that is very similar to venice2, but it has a different panel, the sdcard cd and wp sense are flip

Re: [U-Boot] [PATCH v2] ARM: tegra: Add support for norrin board

2014-08-04 Thread Allen Martin
On Thu, Jul 31, 2014 at 04:21:43PM -0700, Stephen Warren wrote: > On 07/31/2014 05:14 PM, Allen Martin wrote: > > Norrin (PM370) is a Tegra124 clamshell board that is very similar to > > venice2, but it has a different panel, the sdcard cd and wp sense are > > flipped, and it has a different revisi

Re: [U-Boot] [PATCH v2] ARM: tegra: Add support for norrin board

2014-07-31 Thread Stephen Warren
On 07/31/2014 05:14 PM, Allen Martin wrote: Norrin (PM370) is a Tegra124 clamshell board that is very similar to venice2, but it has a different panel, the sdcard cd and wp sense are flipped, and it has a different revision of the AS3722 PMIC. This board is also refered to as "nyan" in the Chrom

[U-Boot] [PATCH v2] ARM: tegra: Add support for norrin board

2014-07-31 Thread Allen Martin
Norrin (PM370) is a Tegra124 clamshell board that is very similar to venice2, but it has a different panel, the sdcard cd and wp sense are flipped, and it has a different revision of the AS3722 PMIC. This board is also refered to as "nyan" in the ChromeOS trees. Signed-off-by: Allen Martin --- C