Skip to content

Commit

Permalink
Revert "ad936x_params: allow CTRL_IN to control gain in MGC mode"
Browse files Browse the repository at this point in the history
This reverts commit a9712e7.
  • Loading branch information
rghilduta committed Feb 7, 2021
1 parent a3d5c55 commit 3b4f42d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fpga_common/src/ad936x_params.c
Expand Up @@ -93,8 +93,8 @@ AD9361_InitParam bladerf2_rfic_init_params = {
/* Gain MGC Control */
2, // N/A when mgc_rx(1,2)_ctrl_inp_enable = 0 // mgc_dec_gain_step *** adi,mgc-dec-gain-step
2, // N/A when mgc_rx(1,2)_ctrl_inp_enable = 0 // mgc_inc_gain_step *** adi,mgc-inc-gain-step
1, // use CTRL_IN for RX1 MGC stepping // mgc_rx1_ctrl_inp_enable *** adi,mgc-rx1-ctrl-inp-enable
1, // use CTRL_IN for RX2 MGC stepping // mgc_rx2_ctrl_inp_enable *** adi,mgc-rx2-ctrl-inp-enable
0, // don't use CTRL_IN for RX1 MGC stepping // mgc_rx1_ctrl_inp_enable *** adi,mgc-rx1-ctrl-inp-enable
0, // don't use CTRL_IN for RX2 MGC stepping // mgc_rx2_ctrl_inp_enable *** adi,mgc-rx2-ctrl-inp-enable
0, // N/A when mgc_rx(1,2)_ctrl_inp_enable = 0 // mgc_split_table_ctrl_inp_gain_mode *** adi,mgc-split-table-ctrl-inp-gain-mode

/* Gain AGC Control */
Expand Down

1 comment on commit 3b4f42d

@ZeroChaos-
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know that this is a very small change, and the only once since release, but shouldn't this merit a new tag? Pretty please?

Please sign in to comment.