aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-10-12 16:16:39 +0200
committerJames Cameron <quozl@laptop.org>2019-10-29 13:51:07 +1100
commit3e9534728163482140e0ca31e537ebe3b8188041 (patch)
tree7ad4a6ad5132beb19ea6068fbea9052f2de52ec3
parent3c9cea11e1daa542cbeed68c4e950e46c39700c9 (diff)
downloadopenfirmware-3e9534728163482140e0ca31e537ebe3b8188041.tar.gz
dev/olpc: add /panel node module
The simple-panel driver shall support this, described by the display/panel/innolux,ls075at011.txt binding.
-rw-r--r--dev/olpc/panel.fth12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev/olpc/panel.fth b/dev/olpc/panel.fth
new file mode 100644
index 00000000..01605a37
--- /dev/null
+++ b/dev/olpc/panel.fth
@@ -0,0 +1,12 @@
+0 0 " " " /" begin-package
+ " panel" device-name
+ " simple-panel" +compatible
+ " innolux,ls075at011" +compatible
+
+ new-device
+ " port" device-name
+ new-device
+ " endpoint" device-name
+ finish-device
+ finish-device
+end-package