aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-02-19 22:08:27 +0100
committerLubomir Rintel <lkundrak@v3.sk>2019-04-19 07:28:33 +0200
commit6f8ced74b3d2092b245dcfce7b32c8eca1edc580 (patch)
tree34870956c15ae3a9fbcc24898cc16e6cd20ac57a
parenta1e630060cf96cce8feb2c308b99df737c644918 (diff)
downloadopenfirmware-6f8ced74b3d2092b245dcfce7b32c8eca1edc580.tar.gz
olpc/1.75: make /panel compatible with innolux,ls075at011
The simple-panel driver shall support this, described by the display/panel/innolux,ls075at011.txt binding.
-rw-r--r--cpu/arm/olpc/1.75/lcdcfg.fth2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/arm/olpc/1.75/lcdcfg.fth b/cpu/arm/olpc/1.75/lcdcfg.fth
index 0296bf00..de40024e 100644
--- a/cpu/arm/olpc/1.75/lcdcfg.fth
+++ b/cpu/arm/olpc/1.75/lcdcfg.fth
@@ -15,6 +15,8 @@ dev /display
new-device
" panel" device-name
" mrvl,dumb-panel" +compatible
+ " simple-panel" +compatible
+ " innolux,ls075at011" +compatible
" OLPC DCON panel" model
: +i encode-int encode+ ;