Re: [U-Boot] [PATCH] arm: omap4: panda: Add reading of the board revision

2013-06-13 Thread Tom Rini
On Wed, Jun 12, 2013 at 12:54:27PM -0500, Dan Murphy wrote: > Detect if we are running on a panda revision A1-A6, > or an ES panda board. This can be done by reading > the level of GPIOs and checking the processor revisions. > This should result in: > Panda 4430: > GPIO171, GPIO101, GPIO182:

Re: [U-Boot] [PATCH] arm: omap4: panda: Add reading of the board revision

2013-06-13 Thread Dan Murphy
On 06/12/2013 12:54 PM, Dan Murphy wrote: > Detect if we are running on a panda revision A1-A6, > or an ES panda board. This can be done by reading > the level of GPIOs and checking the processor revisions. > This should result in: > Panda 4430: > GPIO171, GPIO101, GPIO182: 0 1 1 => A1-A5 >

[U-Boot] [PATCH] arm: omap4: panda: Add reading of the board revision

2013-06-12 Thread Dan Murphy
Detect if we are running on a panda revision A1-A6, or an ES panda board. This can be done by reading the level of GPIOs and checking the processor revisions. This should result in: Panda 4430: GPIO171, GPIO101, GPIO182: 0 1 1 => A1-A5 GPIO171, GPIO101, GPIO182: 1 0 1 => A6 Panda ES: