mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 14:43:08 +00:00
hv/trace_codecs.py: Disable time stealing
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
6da0301d6b
commit
ddb3497794
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ from m1n1.utils import RegMap
|
|||
from m1n1.trace.i2c import I2CTracer, I2CRegMapTracer
|
||||
from m1n1.hw.codecs import *
|
||||
|
||||
hv.p.hv_set_time_stealing(0, 1)
|
||||
|
||||
class SN012776Tracer(I2CRegMapTracer):
|
||||
REGMAP = SN012776Regs
|
||||
ADDRESSING = (1, 1)
|
||||
|
|
Loading…
Reference in a new issue