diff options
author | Pali Rohár <pali@kernel.org> | 2021-07-31 14:22:52 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-08-11 08:42:26 +0200 |
commit | 29795302b942e6ee41c9d95f7e6e29f57d108d42 (patch) | |
tree | 7b13994c6545e80bcf5ed4ccba3e34620e49bd68 /include/configs/db-88f6820-gp.h | |
parent | 293a8de6fa0fdc70f6de6d7fb8d70d46e342e42c (diff) | |
download | u-boot-29795302b942e6ee41c9d95f7e6e29f57d108d42.tar.gz |
arm: mvebu: a38x: Detect CONFIG_SYS_TCLK from SAR register
Bit 15 in SAR register specifies if TCLK is running at 200 MHz or 250 MHz.
Use this information instead of manual configuration in every board file.
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/db-88f6820-gp.h')
-rw-r--r-- | include/configs/db-88f6820-gp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/db-88f6820-gp.h b/include/configs/db-88f6820-gp.h index 9a34fa6769..1ab42328fb 100644 --- a/include/configs/db-88f6820-gp.h +++ b/include/configs/db-88f6820-gp.h @@ -10,8 +10,6 @@ * High Level Configuration Options (easy to change) */ -#define CONFIG_SYS_TCLK 250000000 /* 250MHz */ - /* I2C */ #define CONFIG_SYS_I2C_LEGACY #define CONFIG_SYS_I2C_MVTWSI |