mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-12-18 17:53:10 +00:00
isp: t6000 stream select mask
Signed-off-by: Eileen Yoon <eyn@gmx.com>
This commit is contained in:
parent
81637108bc
commit
0a5d60b2c9
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ static void isp_ctrr_init_t6000(u64 base, const struct dart_tunables *config, u3
|
||||||
{
|
{
|
||||||
write32(base + DART_T8020_ENABLED_STREAMS, 0x1);
|
write32(base + DART_T8020_ENABLED_STREAMS, 0x1);
|
||||||
write32(base + 0x2f0, 0x0);
|
write32(base + 0x2f0, 0x0);
|
||||||
write32(base + DART_T8020_STREAM_SELECT, 0xffff); // diff from t8020
|
mask32(base + DART_T8020_STREAM_SELECT, read32(base + DART_T8020_STREAM_SELECT), 0xffff);
|
||||||
|
// write32(base + DART_T8020_STREAM_SELECT, 0xffff); // diff from t8020
|
||||||
write32(base + DART_T8020_STREAM_COMMAND, 0x0);
|
write32(base + DART_T8020_STREAM_COMMAND, 0x0);
|
||||||
|
|
||||||
int count = length / sizeof(*config);
|
int count = length / sizeof(*config);
|
||||||
|
|
Loading…
Reference in a new issue