aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2020-03-23 12:17:55 +0100
committerLubomir Rintel <lkundrak@v3.sk>2020-03-24 10:21:06 +0100
commit8d791ae68dc45e059c620eb7702c6339446d092f (patch)
tree103b284a1e3d732217b82e326a2c4f21350c08db
parentf484cbd1ae2d6697ab3dc697d257e31623f99659 (diff)
downloadopenfirmware-8d791ae68dc45e059c620eb7702c6339446d092f.tar.gz
olpc/1.75/lcdcfg: keep the /panel node as it is
These were only meaningful for the OLPC kernel's pxa688fb driver, and that one is going to be looking for them elsewhere -- in /display child nodes. Drop them from here.
-rw-r--r--cpu/arm/olpc/1.75/lcdcfg.fth24
1 files changed, 0 insertions, 24 deletions
diff --git a/cpu/arm/olpc/1.75/lcdcfg.fth b/cpu/arm/olpc/1.75/lcdcfg.fth
index d3724a65..e1e405a3 100644
--- a/cpu/arm/olpc/1.75/lcdcfg.fth
+++ b/cpu/arm/olpc/1.75/lcdcfg.fth
@@ -12,29 +12,6 @@ finish-device
device-end
fload ${BP}/dev/olpc/panel.fth
-dev /panel
- " mrvl,dumb-panel" +compatible
-
- " OLPC DCON panel" model
- : +i encode-int encode+ ;
-
- decimal
- 0 0 encode-bytes
- \ xres, yres, refresh, clockhz, left, right, top, bottom, hsync, vsync, flags, widthmm, heightmm
- 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
- hex
- " linux,timing-modes" property
-
- " 1200x900@50" " linux,mode-names" string-property
-
- h# 2000000d " lcd-dumb-ctrl-regval" integer-property
- h# 08001100 " lcd-pn-ctrl0-regval" integer-property
-
-\ In MMP3, the SCLK_SOURCE_SELECT field moved from bit 30 to bit 29,
-\ so the high nibble changed from 4 (MMP2) to 2 (MMP3) for the same
-\ field value 1.
-[ifdef] mmp3 h# 20001102 [else] h# 40001102 [then] " clock-divider-regval" integer-property
-device-end
[ifdef] has-dcon
fload ${BP}/dev/olpc/dcon/mmp2dcon.fth \ DCON control
@@ -43,4 +20,3 @@ dev /panel
" /dcon" encode-phandle " control-node" property
device-end
[then]
-