mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-11 02:04:11 +00:00
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:
parent
2579a97fde
commit
9e32a75bc6
1 changed files with 0 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue