git: fedc032e110a - main - qcom_tlmm: extend the IPQ4018 pinmux function mask to 4 bits
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Apr 2026 15:58:01 UTC
The branch main has been updated by adrian:
URL: https://cgit.FreeBSD.org/src/commit/?id=fedc032e110aea98cc976f71ef934c564fc0a8ad
commit fedc032e110aea98cc976f71ef934c564fc0a8ad
Author: Adrian Chadd <adrian@FreeBSD.org>
AuthorDate: 2026-04-07 10:08:20 +0000
Commit: Adrian Chadd <adrian@FreeBSD.org>
CommitDate: 2026-04-27 15:57:50 +0000
qcom_tlmm: extend the IPQ4018 pinmux function mask to 4 bits
It's 4 bits, not 3. Oops.
Differential Revision: https://reviews.freebsd.org/D56350
---
sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_reg.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_reg.h b/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_reg.h
index f1465ae28bb9..9507614fadc7 100644
--- a/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_reg.h
+++ b/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_reg.h
@@ -48,7 +48,7 @@
#define QCOM_TLMM_IPQ4018_REG_PIN_CONTROL_PUPD_PULLUP 2
/* There's no BUSHOLD on IPQ4018 */
#define QCOM_TLMM_IPQ4018_REG_PIN_CONTROL_PUPD_BUSHOLD 0
-#define QCOM_TLMM_IPQ4018_REG_PIN_CONTROL_MUX_MASK 0x7
+#define QCOM_TLMM_IPQ4018_REG_PIN_CONTROL_MUX_MASK 0xf
#define QCOM_TLMM_IPQ4018_REG_PIN_CONTROL_MUX_SHIFT 2
/* function/mux control */
#define QCOM_TLMM_IPQ4018_REG_PIN_CONTROL_DRIVE_STRENGTH_SHIFT 6