soc: arm: nxp: kinetis: k6x: move clock defines

Rename the clock defines from k64 to K6X. This allows
inclusion of K66 series MCU's support without much
re-defines. Clock divider defaults to K64 series.

Signed-off-by: Parthiban Nallathambi <pn@denx.de>
This commit is contained in:
Parthiban Nallathambi 2020-02-26 12:17:38 +01:00 committed by Maureen Helm
commit 7dcffb6ccd
3 changed files with 17 additions and 17 deletions

View file

@ -21,7 +21,7 @@
#define SYSCLK_DEFAULT_IOSC_HZ MHZ(120)
#define BUSCLK_DEFAULT_IOSC_HZ (SYSCLK_DEFAULT_IOSC_HZ / \
CONFIG_K64_BUS_CLOCK_DIVIDER)
CONFIG_K6X_BUS_CLOCK_DIVIDER)
/* address bases */