soc: ti: k3-socinfo: Fix typo in bitfield documentation
authorNeha Malcom Francis <n-francis@ti.com>
Mon, 16 Oct 2023 10:16:06 +0000 (15:46 +0530)
committerNishanth Menon <nm@ti.com>
Mon, 16 Oct 2023 16:36:31 +0000 (11:36 -0500)
Fix documentation that indicates wrong bit.

Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
Link: https://lore.kernel.org/r/20231016101608.993921-2-n-francis@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
drivers/soc/ti/k3-socinfo.c

index 6ea9b8c7d335c0f4ac4b67aba7b4dc2568511570..d45f5cb955a66814e4c545c6b5c56db84d696c70 100644 (file)
@@ -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)