aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeha Malcom Francis <[email protected]>2023-10-16 15:46:06 +0530
committerNishanth Menon <[email protected]>2023-10-16 11:36:31 -0500
commit8dec342ead710dace27dc82096144bf7a1011827 (patch)
tree2eaf862c0c762ff91bcdda4667718a072fe61384
parent50c01a942b287451ed7bec290ac09e07b91c6253 (diff)
soc: ti: k3-socinfo: Fix typo in bitfield documentation
Fix documentation that indicates wrong bit. Signed-off-by: Neha Malcom Francis <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Nishanth Menon <[email protected]>
-rw-r--r--drivers/soc/ti/k3-socinfo.c2
1 files changed, 1 insertions, 1 deletions
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)