aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-10-13 20:38:08 +0200
committerJames Cameron <quozl@laptop.org>2019-10-29 13:51:07 +1100
commitcd08892348ae48f0a7c4a5a73d49df3bef7ef032 (patch)
treee9ee006618b8599fe1d5b63c89dadc0da232b96d
parent3e9534728163482140e0ca31e537ebe3b8188041 (diff)
downloadopenfirmware-cd08892348ae48f0a7c4a5a73d49df3bef7ef032.tar.gz
olpc/1.75: include the panel device from the panel.fth
No functional change.
-rw-r--r--cpu/arm/olpc/1.75/lcdcfg.fth16
1 files changed, 2 insertions, 14 deletions
diff --git a/cpu/arm/olpc/1.75/lcdcfg.fth b/cpu/arm/olpc/1.75/lcdcfg.fth
index e91c3a01..a3bd2184 100644
--- a/cpu/arm/olpc/1.75/lcdcfg.fth
+++ b/cpu/arm/olpc/1.75/lcdcfg.fth
@@ -10,11 +10,9 @@ new-device
d# 64 " granularity" integer-property
finish-device
-new-device
- " panel" device-name
+fload ${BP}/dev/olpc/panel.fth
+dev /panel
" mrvl,dumb-panel" +compatible
- " simple-panel" +compatible
- " innolux,ls075at011" +compatible
" OLPC DCON panel" model
: +i encode-int encode+ ;
@@ -35,16 +33,6 @@ new-device
\ 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
-
- new-device
- " port" device-name
- new-device
- " endpoint" device-name
- \ " /dcon-i2c/dcon@d/ports/port@1/endpoint" encode-phandle " remote-endpoint" property
- finish-device
- finish-device
-
-finish-device
device-end
[ifdef] has-dcon