mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
ARM: imx: imx7ulp: Add a comment explaining the B2 silicon version
To help the users to understand the meaning of bits 31-28 of the JTAG_ID_REG register, add a comment explaining the value that is expected from a i.MX7ULP rev B2. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
2f4ac2d79e
commit
7544bfc086
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ static void __init imx7ulp_set_revision(void)
|
||||||
* bit[31:28] of JTAG_ID register defines revision as below from B0:
|
* bit[31:28] of JTAG_ID register defines revision as below from B0:
|
||||||
* 0001 B0
|
* 0001 B0
|
||||||
* 0010 B1
|
* 0010 B1
|
||||||
|
* 0011 B2
|
||||||
*/
|
*/
|
||||||
switch (revision >> 28) {
|
switch (revision >> 28) {
|
||||||
case 1:
|
case 1:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue