Date: Fri, 8 Sep 2006 20:34:58 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 105854 for review Message-ID: <200609082034.k88KYw5n031483@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=105854 Change 105854 by imp@imp_lighthouse on 2006/09/08 20:34:22 Use correct ee address Affected files ... .. //depot/projects/arm/src/sys/boot/arm/at91/bootspi/ee.c#3 edit Differences ... ==== //depot/projects/arm/src/sys/boot/arm/at91/bootspi/ee.c#3 (text+ko) ==== @@ -34,7 +34,7 @@ /* Use a macro to calculate the TWI clock generator value to save code space. */ #define AT91C_TWSI_CLOCK 100000 -#define TWSI_EEPROM_ADDRESS 0x48 +#define TWSI_EEPROM_ADDRESS 0x40 #define TWI_CLK_BASE_DIV ((AT91C_MASTER_CLOCK/(4*AT91C_TWSI_CLOCK)) - 2) #define SET_TWI_CLOCK ((0x00010000) | (TWI_CLK_BASE_DIV) | (TWI_CLK_BASE_DIV << 8))
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609082034.k88KYw5n031483>