Skip to content

Commit

Permalink
soc: ti: k3-socinfo: Fix typo in bitfield documentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Neha Malcom Francis authored and Nishanth Menon committed Oct 16, 2023
1 parent 50c01a9 commit 8dec342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/soc/ti/k3-socinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8dec342

Please sign in to comment.