diff options
| author | David Shah <dave@ds0.me> | 2019-07-03 12:54:00 +0100 |
|---|---|---|
| committer | David Shah <dave@ds0.me> | 2019-07-03 12:54:00 +0100 |
| commit | 1cec1328e0957543dd7179ab84853784e9321ce3 (patch) | |
| tree | 1efb9aa93626e242fb95bd8846fbb807e9ba5d1a /icebox | |
| parent | cfac9f950412ae139fa3c085c21881cbaf24822f (diff) | |
up5k: Fix TOPADDSUB_CARRYSELECT_0 override where it swaps with osc trimming
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'icebox')
| -rw-r--r-- | icebox/icebox.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/icebox/icebox.py b/icebox/icebox.py index 335e328..0422f13 100644 --- a/icebox/icebox.py +++ b/icebox/icebox.py @@ -5248,7 +5248,8 @@ dsp_config_db = { "TOPOUTPUT_SELECT_1": (0, 4, "CBIT_3"), "TOPADDSUB_LOWERINPUT_0": (0, 4, "CBIT_4"), "TOPADDSUB_LOWERINPUT_1": (0, 4, "CBIT_5"), - "TOPADDSUB_UPPERINPUT": (0, 4, "CBIT_6") + "TOPADDSUB_UPPERINPUT": (0, 4, "CBIT_6"), + "TOPADDSUB_CARRYSELECT_0": (0, 4, "CBIT_7") } } |
