Changeset 21241
- Timestamp:
- 2010-04-28T21:59:53+02:00 (8 years ago)
- Location:
- trunk/package/uboot-xburst/files
- Files:
-
- 2 edited
-
board/nanonote/nanonote.c (modified) (1 diff)
-
include/asm-mips/jz4740.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/package/uboot-xburst/files/board/nanonote/nanonote.c
r20832 r21241 30 30 * Initialize LCD pins 31 31 */ 32 __gpio_as_lcd_ 18bit();32 __gpio_as_lcd_8bit(); 33 33 34 34 /* -
trunk/package/uboot-xburst/files/include/asm-mips/jz4740.h
r20832 r21241 2812 2812 2813 2813 /* 2814 * LCD_D0~LCD_D7, LCD_PCLK, LCD_HSYNC, LCD_VSYNC, LCD_DE 2815 */ 2816 #define __gpio_as_lcd_8bit() \ 2817 do { \ 2818 REG_GPIO_PXFUNS(2) = 0x003c00ff; \ 2819 REG_GPIO_PXSELC(2) = 0x003c00ff; \ 2820 REG_GPIO_PXPES(2) = 0x003c00ff; \ 2821 } while (0) 2822 2823 /* 2814 2824 * LCD_D0~LCD_D15, LCD_PCLK, LCD_HSYNC, LCD_VSYNC, LCD_DE 2815 2825 */
Note: See TracChangeset
for help on using the changeset viewer.
