summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/calypso/tpu.h
diff options
context:
space:
mode:
authorHarald Welte2010-02-23 01:26:42 +0100
committerHarald Welte2010-02-23 01:44:22 +0100
commit6f14e4e969e4a860a1635e4cdc7c4343c875313c (patch)
tree8fbc1dd56df6766b6603a0776f2b4f533c03a007 /src/target/firmware/include/calypso/tpu.h
parentTRF6151: move PLL and AGC configuration to right sequence in time (diff)
downloadosmocom-6f14e4e969e4a860a1635e4cdc7c4343c875313c.tar.gz
osmocom-6f14e4e969e4a860a1635e4cdc7c4343c875313c.tar.xz
osmocom-6f14e4e969e4a860a1635e4cdc7c4343c875313c.zip
Calypso TPU: fix address of TSP TX 3 register
Diffstat (limited to 'src/target/firmware/include/calypso/tpu.h')
-rw-r--r--src/target/firmware/include/calypso/tpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/include/calypso/tpu.h b/src/target/firmware/include/calypso/tpu.h
index f0226e6..bc6690e 100644
--- a/src/target/firmware/include/calypso/tpu.h
+++ b/src/target/firmware/include/calypso/tpu.h
@@ -45,7 +45,7 @@ enum tpu_reg_int {
TPUI_TSP_CTRL2 = 0x01,
TPUI_TX_1 = 0x04,
TPUI_TX_2 = 0x03,
- TPUI_TX_3 = 0x03,
+ TPUI_TX_3 = 0x02,
TPUI_TX_4 = 0x05,
TPUI_TSP_ACT_L = 0x06,
TPUI_TSP_ACT_U = 0x07,