commit | ca0973741d62e7c67270b723a6c25c8e855fb87c | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Thu Apr 06 11:38:11 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 24 13:18:47 2023 -0400 |
tree | 1542f985dd2926b1eaa336baccd4972dd57e6c33 | |
parent | 30e96a240156767d0d4e0a2e353ce68d22969938 [diff] |
arm: mach-k3: Move J721e SoC detection out of common section This belongs in the J721e specific file as it is the only place this is used. Any board level users should use the SOC driver. While here, move the J721e and J7200 SoC IDs out of sys_proto.h and into hardware.h. Use a macro borrowed from Rockchip and add the rest of the SoC IDs for completeness and later use. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>