Hi Tom,
On 8/4/25 8:50 PM, Tom Rini wrote:
On Mon, Aug 04, 2025 at 06:37:17PM -0500, Judith Mendez wrote:
This adds a support for detecting AM62P SR1.0, SR1.1, SR1.2.
On AM62P, silicon revision is discovered with GP_SW1 register instead
of JTAGID register, so introduce GP_SW register range to determine SoC
revision.
Signed-off-by: Judith Mendez <j...@ti.com>
---
drivers/soc/soc_ti_k3.c | 66 +++++++++++++++++++++++++++++++++++++----
1 file changed, 61 insertions(+), 5 deletions(-)
This is fine for what it is. But is there any clean way to guard some of
this data / tests with IS_ENABLED() checks so we don't grow every K3
platform?
Sure, I can wrap the functions with IS_ENABLED() and respin, thanks (:
~ Judith