Changeset 3179
- Timestamp:
- Aug 16, 2012 4:01:07 AM (9 months ago)
- Files:
-
- 2 edited
-
cpu/arm/olpc/lcd.fth (modified) (1 diff)
-
dev/olpc/dcon/mmp2dcon.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/lcd.fth
r3112 r3179 6 6 my-address my-space h# 1000 reg 7 7 8 " mrvl,pxa168fb" +compatible 9 10 " LCDCLK" " clock-names" string-property 8 11 " /pmua" encode-phandle 1 encode-int encode+ " clocks" property 9 12 d# 41 " interrupts" integer-property -
dev/olpc/dcon/mmp2dcon.fth
r3049 r3179 11 11 12 12 new-device 13 " dcon" device-name 14 " olpc,xo1-dcon" +compatible 15 " olpc,xo1.75-dcon" +compatible 13 " dcon" device-name 14 " mrvl,dumb-panel" +compatible 15 " olpc,xo1-dcon" +compatible 16 " olpc,xo1.75-dcon" +compatible 17 18 " OLPC DCON panel" model 19 : +i encode-int encode+ ; 20 21 decimal 22 0 0 encode-bytes 23 \ xres, yres, refresh, clockhz, left, right, top, bottom, hsync, vsync, flags, widthmm, heightmm 24 1200 +i 900 +i 50 +i 56,930,000 +i 24 +i 26 +i 5 +i 4 +i 6 +i 3 +i 0 +i 152 +i 115 +i 25 hex 26 " linux,timing-modes" property 27 28 " 1200x900@50" " linux,mode-names" string-property 29 30 h# 2000000d " lcd-dumb-ctrl-regval" integer-property 31 h# 08001100 " lcd-pn-ctrl0-regval" integer-property 16 32 finish-device 17 33 18 34 stand-init: 19 35 has-dcon-ram? 0= if 20 " /dcon ?find-device36 " /dcon" find-device 21 37 0 0 " no-freeze" property 22 38 device-end
Note: See TracChangeset
for help on using the changeset viewer.
