summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/karma/board.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/karma/board.c b/board/karma/board.c
index c66a8d02be..7bac35bd64 100644
--- a/board/karma/board.c
+++ b/board/karma/board.c
@@ -28,6 +28,13 @@ __override void oz554_board_init(void)
if (oz554_set_config(2, 0x55))
CPRINTS("oz554 config failed");
break;
+ case 0x06:
+ CPRINTS("PANEL_LM_SSM1");
+ if (oz554_set_config(2, 0x46))
+ CPRINTS("oz554 config failed");
+ if (oz554_set_config(5, 0x87))
+ CPRINTS("oz554 config failed");
+ break;
default:
CPRINTS("PANEL_UNKNOWN");
break;