Skip to content

Commit 8dec342

Browse files
Neha Malcom Francisnmenon
authored andcommitted
soc: ti: k3-socinfo: Fix typo in bitfield documentation
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>
1 parent 50c01a9 commit 8dec342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/soc/ti/k3-socinfo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* 31-28 VARIANT Device variant
2121
* 27-12 PARTNO Part number
2222
* 11-1 MFG Indicates TI as manufacturer (0x17)
23-
* 1 Always 1
23+
* 0 Always 1
2424
*/
2525
#define CTRLMMR_WKUP_JTAGID_VARIANT_SHIFT (28)
2626
#define CTRLMMR_WKUP_JTAGID_VARIANT_MASK GENMASK(31, 28)

0 commit comments

Comments
 (0)