Skip to content

Commit f81b2c3

Browse files
committed
isp: t6000 stream select mask
Signed-off-by: Eileen Yoon <[email protected]>
1 parent caa4021 commit f81b2c3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/isp.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ static void isp_ctrr_init_t6000(u64 base, const struct dart_tunables *config, u3
4747
{
4848
write32(base + DART_T8020_ENABLED_STREAMS, 0x1);
4949
write32(base + 0x2f0, 0x0);
50-
write32(base + DART_T8020_STREAM_SELECT, 0xffff); // diff from t8020
50+
mask32(base + DART_T8020_STREAM_SELECT, read32(base + DART_T8020_STREAM_SELECT), 0xffff);
51+
// write32(base + DART_T8020_STREAM_SELECT, 0xffff); // diff from t8020
5152
write32(base + DART_T8020_STREAM_COMMAND, 0x0);
5253

5354
int count = length / sizeof(*config);

0 commit comments

Comments
 (0)