[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231016101608.993921-2-n-francis@ti.com>
Date: Mon, 16 Oct 2023 15:46:06 +0530
From: Neha Malcom Francis <n-francis@...com>
To: <nm@...com>, <ssantosh@...nel.org>, <t-konduru@...com>
CC: <linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>, <n-francis@...com>,
<u-kumar1@...com>
Subject: [PATCH v3 1/3] soc: ti k3-socinfo: Fix typo
Fix typo in driver that comments out wrong bit.
Signed-off-by: Neha Malcom Francis <n-francis@...com>
---
No change since v2
drivers/soc/ti/k3-socinfo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c
index 6ea9b8c7d335..d45f5cb955a6 100644
--- a/drivers/soc/ti/k3-socinfo.c
+++ b/drivers/soc/ti/k3-socinfo.c
@@ -20,7 +20,7 @@
* 31-28 VARIANT Device variant
* 27-12 PARTNO Part number
* 11-1 MFG Indicates TI as manufacturer (0x17)
- * 1 Always 1
+ * 0 Always 1
*/
#define CTRLMMR_WKUP_JTAGID_VARIANT_SHIFT (28)
#define CTRLMMR_WKUP_JTAGID_VARIANT_MASK GENMASK(31, 28)
--
2.34.1
Powered by blists - more mailing lists