From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Thu, 17 Dec 2009 09:38:19 -0600 Subject: [U-Boot] [PATCH] OMAP3: Beagle: Update revision detection In-Reply-To: <1260982381-17042-1-git-send-email-dirk.behme@googlemail.com> References: <1260982381-17042-1-git-send-email-dirk.behme@googlemail.com> Message-ID: <4B2A506B.4000804@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dirk Behme wrote: > New BeagleBoard revision C4 uses a new ID. Update revision detection. > > Signed-off-by: Dirk Behme > --- > > Tested on C1/2 and C4 (prototype). > > Patch against v2009.11 > > Known C4 changes: > > - Use OMAP3 720MHz devices. > - Change in the way the USB Host PHY is powered. > > (to be added later based on this patch) > > board/ti/beagle/beagle.c | 68 ++++++++++++++++++++++++++++++----------------- > board/ti/beagle/beagle.h | 9 ++++-- > 2 files changed, 51 insertions(+), 26 deletions(-) > Patch looks fine. I tested this on B7 and C3. B7 reported ok C3 reported as C1/C2 which is not. Is there another way to test C3 vs C1/C2 ? Tom