diff mbox

ath6kl: fix missing uart debug pin for 6004 HW 3.0

Message ID 1460765932-12660-1-git-send-email-steve.derosier@lairdtech.com (mailing list archive)
State Accepted
Delegated to: Kalle Valo
Headers show

Commit Message

Steve deRosier April 16, 2016, 12:18 a.m. UTC
For some reason, the 6004 HW 3.0 definition was missing the value for the
uarttx_pin (used for firmware debug). This corrects this situation.

Signed-off-by: Steve deRosier <steve.derosier@lairdtech.com>
---
 drivers/net/wireless/ath/ath6kl/init.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Kalle Valo April 27, 2016, 12:54 p.m. UTC | #1
Steve deRosier <derosier@gmail.com> writes:

> For some reason, the 6004 HW 3.0 definition was missing the value for the
> uarttx_pin (used for firmware debug). This corrects this situation.
>
> Signed-off-by: Steve deRosier <steve.derosier@lairdtech.com>

Applied, thanks.
diff mbox

Patch

diff --git a/drivers/net/wireless/ath/ath6kl/init.c b/drivers/net/wireless/ath/ath6kl/init.c
index da557dc..3daeb27 100644
--- a/drivers/net/wireless/ath/ath6kl/init.c
+++ b/drivers/net/wireless/ath/ath6kl/init.c
@@ -173,6 +173,7 @@  static const struct ath6kl_hw hw_list[] = {
 		.reserved_ram_size		= 7168,
 		.board_addr			= 0x436400,
 		.testscript_addr		= 0,
+		.uarttx_pin			= 11,
 		.flags				= 0,
 
 		.fw = {