experiments/speaker_amp.py: Remove dead power-domain call

/arm-io/mca0 doesn't have a PD (instead /arm-io/mca-switch has the MCA0
domain).

Signed-off-by: Martin Povišer <povik@protonmail.com>
This commit is contained in:
Martin Povišer 2022-04-14 11:26:17 +02:00 committed by Hector Martin
parent 2579a97fde
commit 9e32a75bc6

View file

@ -37,7 +37,6 @@ p.pmgr_adt_clocks_enable("/arm-io/i2c1")
p.pmgr_adt_clocks_enable("/arm-io/admac-sio")
p.pmgr_adt_clocks_enable("/arm-io/dart-sio")
p.pmgr_adt_clocks_enable("/arm-io/mca-switch")
p.pmgr_adt_clocks_enable("/arm-io/mca0")
# reset AUDIO_P
PS_AUDIO_P = PMGR(u).regs[0].PS4[10]