Andre Przywara | 7aff853 | 2023-04-03 21:33:45 +0100 | [diff] [blame] | 1 | #include <plat/common/platform.h> |
2 | |||||
Andre Przywara | 8be92f3 | 2022-12-08 00:41:07 +0000 | [diff] [blame] | 3 | #include <sunxi_cpucfg_ncat.h> |
Andre Przywara | 7aff853 | 2023-04-03 21:33:45 +0100 | [diff] [blame] | 4 | |
5 | static inline bool sunxi_cpucfg_has_per_cluster_regs(void) | ||||
6 | { | ||||
7 | return (plat_get_soc_revision() != 2); | ||||
8 | } |