aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-02-19 22:04:45 +0100
committerLubomir Rintel <lkundrak@v3.sk>2019-04-19 07:28:33 +0200
commite97c0d34edc28f34335f4acf40cf3b298a29a5fc (patch)
treecd903f7577946b878c5242dbe89ba82d827ac0f8
parent6f8ced74b3d2092b245dcfce7b32c8eca1edc580 (diff)
downloadopenfirmware-e97c0d34edc28f34335f4acf40cf3b298a29a5fc.tar.gz
olpc/1.75: move the /panel from /display to /
There's no reason the panel should be under the LCDC. They're connected via the device graph and there's another chip sitting in between anyways.
-rw-r--r--cpu/arm/olpc/1.75/lcdcfg.fth4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpu/arm/olpc/1.75/lcdcfg.fth b/cpu/arm/olpc/1.75/lcdcfg.fth
index de40024e..e91c3a01 100644
--- a/cpu/arm/olpc/1.75/lcdcfg.fth
+++ b/cpu/arm/olpc/1.75/lcdcfg.fth
@@ -9,9 +9,7 @@ new-device
" marvell,mmp-vsram" +compatible
d# 64 " granularity" integer-property
finish-device
-device-end
-dev /display
new-device
" panel" device-name
" mrvl,dumb-panel" +compatible
@@ -52,7 +50,7 @@ device-end
[ifdef] has-dcon
fload ${BP}/dev/olpc/dcon/mmp2dcon.fth \ DCON control
-dev /display/panel
+dev /panel
" /dcon" encode-phandle " control-node" property
device-end
[then]