PERFORCE change 107228 for review

Warner Losh imp at FreeBSD.org
Tue Oct 3 17:12:20 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=107228

Change 107228 by imp at imp_lighthouse on 2006/10/04 00:11:36

	slam a few pins to be gpio.

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/kb920x_machdep.c#36 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/at91/kb920x_machdep.c#36 (text+ko) ====

@@ -249,6 +249,8 @@
 	at91_pio_use_gpio(AT91RM92_PIOA_BASE, AT91C_PIO_PA24);
 	at91_pio_gpio_output(AT91RM92_PIOA_BASE, AT91C_PIO_PA24, 0);
 	at91_pio_gpio_clear(AT91RM92_PIOA_BASE, AT91C_PIO_PA24);
+	at91_pio_use_gpio(AT91RM92_PIOB_BASE,
+	    AT91C_PIO_PB16 | AT91C_PIO_PB17 | AT91C_PIO_PB18 | AT91C_PIO_PB19);
 #endif
 
 	return (ramsize());


More information about the p4-projects mailing list