diff mbox

[2/2] qca-swiss-army-knife: refresh 9565 initvals

Message ID 1352874524-1180-2-git-send-email-rmanohar@qca.qualcomm.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Manoharan, Rajkumar Nov. 14, 2012, 6:28 a.m. UTC
Enable hw PLL power save to reduce power consumption in sleep state

Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
---
 tools/initvals/ar9565_1p0_initvals.h | 4 ++--
 tools/initvals/initvals.c            | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Luis R. Rodriguez Nov. 20, 2012, 1:30 a.m. UTC | #1
On Tue, Nov 13, 2012 at 10:28 PM, Rajkumar Manoharan
<rmanohar@qca.qualcomm.com> wrote:
> Enable hw PLL power save to reduce power consumption in sleep state
>
> Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>

Applied and pushed, thanks!

  Luis
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/tools/initvals/ar9565_1p0_initvals.h b/tools/initvals/ar9565_1p0_initvals.h
index 843e79f..0c2ac0c 100644
--- a/tools/initvals/ar9565_1p0_initvals.h
+++ b/tools/initvals/ar9565_1p0_initvals.h
@@ -768,9 +768,9 @@  static const u32 ar9565_1p0_Modes_lowest_ob_db_tx_gain_table[][5] = {
 	{0x00016054, 0x00000000, 0x00000000, 0x00000000, 0x00000000},
 };
 
-static const u32 ar9565_1p0_pciephy_pll_on_clkreq_disable_L1[][2] = {
+static const u32 ar9565_1p0_pciephy_clkreq_disable_L1[][2] = {
 	/* Addr      allmodes  */
-	{0x00018c00, 0x18212ede},
+	{0x00018c00, 0x18213ede},
 	{0x00018c04, 0x000801d8},
 	{0x00018c08, 0x0003780c},
 };
diff --git a/tools/initvals/initvals.c b/tools/initvals/initvals.c
index 525d6cc..9b2fa27 100644
--- a/tools/initvals/initvals.c
+++ b/tools/initvals/initvals.c
@@ -315,7 +315,7 @@  typedef long long unsigned int u64;
 #define ar9565_1p0_mac_postamble				ar956X_aphrodite_1p0_mac_postamble
 #define ar9565_1p0_radio_postamble				ar956X_aphrodite_1p0_radio_postamble
 #define ar9565_1p0_Common_rx_gain_table				ar956XCommon_rx_gain_table_aphrodite_1p0
-#define ar9565_1p0_pciephy_pll_on_clkreq_disable_L1		ar956X_PciePhy_pll_on_clkreq_disable_L1_aphrodite_1p0
+#define ar9565_1p0_pciephy_clkreq_disable_L1			ar956X_PciePhy_pll_on_clkreq_disable_L1_aphrodite_1p0
 #define ar9565_1p0_baseband_postamble_emulation			ar956X_aphrodite_1p0_baseband_postamble_emulation
 #define ar9565_1p0_radio_core					ar956X_aphrodite_1p0_radio_core
 #define ar9565_1p0_baseband_postamble				ar956X_aphrodite_1p0_baseband_postamble
@@ -780,7 +780,7 @@  static void ar9565_1p0_hw_print_initvals(bool check)
 	INI_PRINT(ar9565_1p0_soc_postamble);
 	INI_PRINT(ar9565_1p0_Common_rx_gain_table);
 	INI_PRINT(ar9565_1p0_Modes_lowest_ob_db_tx_gain_table);
-	INI_PRINT(ar9565_1p0_pciephy_pll_on_clkreq_disable_L1);
+	INI_PRINT(ar9565_1p0_pciephy_clkreq_disable_L1);
 	INI_PRINT(ar9565_1p0_modes_fast_clock);
 	INI_PRINT(ar9565_1p0_common_wo_xlna_rx_gain_table);
 	INI_PRINT(ar9565_1p0_modes_low_ob_db_tx_gain_table);