mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user