Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebefce3d authored by Vivek Natarajan's avatar Vivek Natarajan Committed by John W. Linville
Browse files

ath9k_hw: Update PMU setting to improve ripple issue for AR9485.



Change from the systems team to update PMU setting for AR9485
version of chipsets.

Signed-off-by: default avatarVivek Natarajan <vnatarajan@atheros.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent bdd62c06
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3673,7 +3673,7 @@ static void ar9003_hw_internal_regulator_apply(struct ath_hw *ah)
				return;
				return;


			reg_pmu_set = (5 << 1) | (7 << 4) | (1 << 8) |
			reg_pmu_set = (5 << 1) | (7 << 4) | (1 << 8) |
				      (7 << 14) | (6 << 17) | (1 << 20) |
				      (2 << 14) | (6 << 17) | (1 << 20) |
				      (3 << 24) | (1 << 28);
				      (3 << 24) | (1 << 28);


			REG_WRITE(ah, AR_PHY_PMU1, reg_pmu_set);
			REG_WRITE(ah, AR_PHY_PMU1, reg_pmu_set);