aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2020-02-11 09:13:21 +0100
committerLubomir Rintel <lkundrak@v3.sk>2020-03-23 18:58:56 +0100
commit8d0036119fa390838cc5ed8bf07b35dac703f3fa (patch)
treeb97ef18d526bfca4eee89c6966899c7bdeb825a3
parent7b6a8a4f2e323f8454b4890fafc1c4548d2f8dec (diff)
downloadopenfirmware-8d0036119fa390838cc5ed8bf07b35dac703f3fa.tar.gz
olpc/lcd: fix compatible string on MMP3
The hardware is slightly different (a different clock select register) and the driver needs to know.
-rw-r--r--cpu/arm/olpc/lcd.fth4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpu/arm/olpc/lcd.fth b/cpu/arm/olpc/lcd.fth
index 8faadc18..57234a49 100644
--- a/cpu/arm/olpc/lcd.fth
+++ b/cpu/arm/olpc/lcd.fth
@@ -7,7 +7,11 @@ purpose: Display driver for OLPC ARM/MMP platforms
" mrvl,pxa168fb" +compatible
" marvell,armada-lcdc" +compatible
+[ifdef] mmp3
+ " marvell,mmp3-lcd" +compatible
+[else]
" marvell,mmp2-lcd" +compatible
+[then]
" periph" encode-string
" ext_ref_clk0" encode-string encode+