Skip to content

Commit

Permalink
boards: ls1046ardb: Correct the reference clock of system counter
Browse files Browse the repository at this point in the history
It is 25 MHz on LS1046ARDB, so correct it.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
  • Loading branch information
Zhiqiang-Hou authored and galak committed May 20, 2021
1 parent 54d3f13 commit 5f61d89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions boards/arm64/nxp_ls1046ardb/nxp_ls1046ardb_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ CONFIG_SOC_LS1046A=y
CONFIG_BOARD_NXP_LS1046ARDB=y
CONFIG_ARM64_VA_BITS_40=y
CONFIG_ARM64_PA_BITS_40=y
# 1.8GHz system clock
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=1800000000
# 25 MHz system clock
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000

# Zephyr Kernel Configuration
CONFIG_XIP=n
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ CONFIG_SOC_LS1046A=y
CONFIG_BOARD_NXP_LS1046ARDB=y
CONFIG_ARM64_VA_BITS_40=y
CONFIG_ARM64_PA_BITS_40=y
# 1.8GHz system clock
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=1800000000
# 25 MHz system clock
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000

# Zephyr Kernel Configuration
CONFIG_XIP=n
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ CONFIG_SOC_LS1046A=y
CONFIG_BOARD_NXP_LS1046ARDB=y
CONFIG_ARM64_VA_BITS_40=y
CONFIG_ARM64_PA_BITS_40=y
# 1.8GHz system clock
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=1800000000
# 25 MHz system clock
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000

# Zephyr Kernel Configuration
CONFIG_XIP=n
Expand Down

0 comments on commit 5f61d89

Please sign in to comment.