ODROID: android: frequency config macro changes.

- Android build each board (N2/C4) at seprated time, So need to common
define to build it.

Change-Id: I558ab468dab3be36717fa248dea41f7718953032
This commit is contained in:
Luke Go
2020-05-25 15:31:34 +09:00
parent 7f5ff07577
commit 5fd0c0e45f

View File

@@ -47,17 +47,13 @@
#include <linux/platform_data/board_odroid.h>
#include <linux/amlogic/cpu_version.h>
#ifdef CONFIG_ARCH_MESON64_ODROIDN2
#define N2_A53_DEFAULT 1896000 /* N2 Core A53 */
#define N2_A73_DEFAULT 1800000 /* N2 Core A73 */
#define N2PLUS_A53_DEFAULT 1908000 /* N2 Plus Core A53 */
#define N2PLUS_A73_DEFAULT 2208000 /* N2 Plus Core A73 */
#endif
#ifdef CONFIG_ARCH_MESON64_ODROIDN2
#define C4_A55_DEFAULT 1800000 /* C4 Core A55 */
#endif
static unsigned long max_freq[2] = {
0,