]> git.baikalelectronics.ru Git - uboot.git/commit
soc: soc_ti_k3: identify j7200 SR2.0 SoCs
authorBryan Brattlof <bb@ti.com>
Tue, 21 Jun 2022 21:36:03 +0000 (16:36 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 6 Jul 2022 18:30:51 +0000 (14:30 -0400)
commitbc968132002687862d58c5708763670132d04a97
tree8e648ee8a11b64aa1bee55d3cfcc34e3a794367c
parent1d511ba71e878756bb20c07506932580e4e1290b
soc: soc_ti_k3: identify j7200 SR2.0 SoCs

Anytime a new revision of a chip is produced, Texas Instruments
will increment the 4 bit VARIANT section of the CTRLMMR_WKUP_JTAGID
register by one. Typically this will be decoded as SR1.0 -> SR2.0 ...
however a few TI SoCs do not follow this convention.

Rather than defining a revision string array for each SoC, use a
default revision string array for all TI SoCs that continue to follow
the typical 1.0 -> 2.0 revision scheme.

Signed-off-by: Bryan Brattlof <bb@ti.com>
drivers/soc/soc_ti_k3.c