summaryrefslogtreecommitdiff
path: root/include/configs/x530.h
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2021-07-31 15:22:52 +0300
committerStefan Roese <sr@denx.de>2021-08-11 09:42:26 +0300
commit29795302b942e6ee41c9d95f7e6e29f57d108d42 (patch)
tree7b13994c6545e80bcf5ed4ccba3e34620e49bd68 /include/configs/x530.h
parent293a8de6fa0fdc70f6de6d7fb8d70d46e342e42c (diff)
downloadu-boot-29795302b942e6ee41c9d95f7e6e29f57d108d42.tar.xz
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/x530.h')
-rw-r--r--include/configs/x530.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/x530.h b/include/configs/x530.h
index 515c6e7ff4..64d6827623 100644
--- a/include/configs/x530.h
+++ b/include/configs/x530.h
@@ -12,8 +12,6 @@
#define CONFIG_DISPLAY_BOARDINFO_LATE
-#define CONFIG_SYS_TCLK 250000000 /* 250MHz */
-
/*
* NS16550 Configuration
*/