diff options
author | davidcunado-arm <david.cunado@arm.com> | 2017-07-31 08:45:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-31 08:45:57 +0100 |
commit | c1a1d54076a637e5e7d166cc5824b1109c0918c0 (patch) | |
tree | 01021cd3091346e085e6e36cc1b1cacd6ecea3c9 | |
parent | d9f18155e0c643e14bb56600cd407c886616c9dc (diff) | |
parent | 8d34073d2ce7c1edcd3fa4fd7e23ab12795afa9e (diff) |
Merge pull request #1034 from dp-arm/dp/uart-clock
Fix CSS UART clock value
-rw-r--r-- | include/plat/arm/soc/common/soc_css_def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/plat/arm/soc/common/soc_css_def.h b/include/plat/arm/soc/common/soc_css_def.h index dc3d7dc1..3206f4e2 100644 --- a/include/plat/arm/soc/common/soc_css_def.h +++ b/include/plat/arm/soc/common/soc_css_def.h @@ -24,8 +24,8 @@ #define SOC_CSS_UART0_BASE 0x7ff80000 #define SOC_CSS_UART1_BASE 0x7ff70000 -#define SOC_CSS_UART0_CLK_IN_HZ 7273800 -#define SOC_CSS_UART1_CLK_IN_HZ 7273800 +#define SOC_CSS_UART0_CLK_IN_HZ 7372800 +#define SOC_CSS_UART1_CLK_IN_HZ 7372800 /* SoC NIC-400 Global Programmers View (GPV) */ #define SOC_CSS_NIC400_BASE 0x7fd00000 |