summaryrefslogtreecommitdiff
path: root/lwis_device_slc.c
diff options
context:
space:
mode:
authorGe Bian <bian@google.com>2021-06-09 13:55:34 -0700
committerTreeHugger Robot <treehugger-gerrit@google.com>2021-06-11 01:22:57 +0000
commit79ead91fa1c2f9f5b55de01508ad9de92729babc (patch)
treeda10a9175fc7624f70a5d87346a22752d287fd70 /lwis_device_slc.c
parent7b0e056e1c751ceeacd1fe4870dfa79c4dfce7d4 (diff)
downloadlwis-79ead91fa1c2f9f5b55de01508ad9de92729babc.tar.gz
LWIS: Update camera SLC config.
Bug: 186183144 Test: build, boot and CTS test. Change-Id: I6f60a6731fd819be2f20b6aacfc2f2b8c13cfd15 Signed-off-by: Ge Bian <bian@google.com>
Diffstat (limited to 'lwis_device_slc.c')
-rw-r--r--lwis_device_slc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lwis_device_slc.c b/lwis_device_slc.c
index 9289745..6c37b25 100644
--- a/lwis_device_slc.c
+++ b/lwis_device_slc.c
@@ -62,7 +62,8 @@ static int lwis_slc_enable(struct lwis_device *lwis_dev)
int i = 0;
int ret = 0;
struct lwis_slc_device *slc_dev = (struct lwis_slc_device *)lwis_dev;
- static size_t pt_size_kb[NUM_PT] = { 512, 1536, 1536, 1536, 2048, 3072 };
+ static size_t pt_size_kb[NUM_PT] = { 512, 768, 768, 768, 1024, 1024,
+ 1536, 1536, 1536, 2048, 2048 };
if (!lwis_dev) {
pr_err("LWIS device cannot be NULL\n");