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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Nishanth Menon <[email protected]>
1 parent 50c01a9 commit 8dec342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)