Changeset 3435
- Timestamp:
- Nov 15, 2012 11:24:46 PM (6 months ago)
- Location:
- cpu/arm/olpc
- Files:
-
- 2 edited
-
1.75/lcdcfg.fth (modified) (1 diff)
-
lcd.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/1.75/lcdcfg.fth
r3432 r3435 33 33 h# 2000000d " lcd-dumb-ctrl-regval" integer-property 34 34 h# 08001100 " lcd-pn-ctrl0-regval" integer-property 35 clkdiv " clock-divider-regval" integer-property \ Depends on MMP2 vs MMP3 35 36 \ In MMP3, the SCLK_SOURCE_SELECT field moved from bit 30 to bit 29, 37 \ so the high nibble changed from 4 (MMP2) to 2 (MMP3) for the same 38 \ field value 1. 39 [ifdef] mmp3 h# 20001102 [else] h# 40001102 [then] " clock-divider-regval" integer-property 36 40 37 41 finish-device -
cpu/arm/olpc/lcd.fth
r3403 r3435 12 12 d# 41 " interrupts" integer-property 13 13 14 [ifdef] olpc-cl4 15 \ This value has the same effect as the value below. The 16 \ difference is that the SCLK_SOURCE_SELECT field added a 17 \ low-order bit (bit 29), so the high nibble changed from 18 \ 2 to 4 even though the field value is still 1. 19 h# 20001102 value clkdiv \ Display Clock 1 / 2 -> 56.93 MHz 20 [else] 21 h# 40001102 value clkdiv \ Display Clock 1 / 2 -> 56.93 MHz 22 [then] 14 \ In MMP3, the SCLK_SOURCE_SELECT field moved from bit 30 to bit 29, 15 \ so the high nibble changed from 4 (MMP2) to 2 (MMP3) for the same 16 \ field value 1. 17 [ifdef] mmp3 h# 20001102 [else] h# 40001102 [then] value clkdiv \ Display Clock 1 / 2 -> 56.93 MHz 18 23 19 h# 00000700 value pmua-disp-clk-sel \ PLL1 / 7 -> 113.86 MHz 24 20
Note: See TracChangeset
for help on using the changeset viewer.
