]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: mvebu: armada-3720: remove unused config option
authorMarek Behún <marek.behun@nic.cz>
Fri, 9 Jul 2021 15:40:59 +0000 (17:40 +0200)
committerStefan Roese <sr@denx.de>
Thu, 15 Jul 2021 08:53:05 +0000 (10:53 +0200)
The config option CONFIG_DEBUG_UART_CLOCK is not used by Armada 3720's
serial driver (it wasn't even before the recent update of that driver).

Even if it was used, the value was incorrect (the frequency of the clock
is 25 MHz, not 25.8048 MHz).

Remove it from config files and set the default value to 0.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Cc: Stefan Roese <sr@denx.de>
Cc: Pali Rohár <pali@kernel.org>
Reviewed-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
configs/mvebu_db-88f3720_defconfig
configs/mvebu_espressobin-88f3720_defconfig
configs/turris_mox_defconfig
configs/uDPU_defconfig
drivers/serial/Kconfig

index c9935da1028885c8420fe42b9475e0a6c3c93a4e..ff4668e8376ff5dba9a9c84023193e9e349f36e3 100644 (file)
@@ -11,7 +11,6 @@ CONFIG_ENV_SECT_SIZE=0x10000
 CONFIG_DM_GPIO=y
 CONFIG_DEFAULT_DEVICE_TREE="armada-3720-db"
 CONFIG_DEBUG_UART_BASE=0xd0012000
-CONFIG_DEBUG_UART_CLOCK=25804800
 CONFIG_DEBUG_UART=y
 CONFIG_AHCI=y
 CONFIG_DISTRO_DEFAULTS=y
index 157a4b7cb22ebb4ee85f7ae6ba167e96d20df23d..dc199cfe503bbae9e82b918d7f673142e4b99e9b 100644 (file)
@@ -11,7 +11,6 @@ CONFIG_ENV_SECT_SIZE=0x10000
 CONFIG_DM_GPIO=y
 CONFIG_DEFAULT_DEVICE_TREE="armada-3720-espressobin"
 CONFIG_DEBUG_UART_BASE=0xd0012000
-CONFIG_DEBUG_UART_CLOCK=25804800
 CONFIG_DEBUG_UART=y
 CONFIG_AHCI=y
 CONFIG_DISTRO_DEFAULTS=y
index 34127dc3e628f4b59a1a5eea432d6425e9e92585..fd5b6f351ee2162ab6bb8f3dede08b22dfef64d7 100644 (file)
@@ -11,7 +11,6 @@ CONFIG_ENV_SECT_SIZE=0x10000
 CONFIG_DM_GPIO=y
 CONFIG_DEFAULT_DEVICE_TREE="armada-3720-turris-mox"
 CONFIG_DEBUG_UART_BASE=0xd0012000
-CONFIG_DEBUG_UART_CLOCK=25804800
 CONFIG_DEBUG_UART=y
 CONFIG_OF_BOARD_FIXUP=y
 CONFIG_DISTRO_DEFAULTS=y
index cdf6b2274ce067eb905e5844c989956c20a6144f..649248d74dc80f8d861bc9ee513bbd88e1d9edf8 100644 (file)
@@ -10,7 +10,6 @@ CONFIG_ENV_SECT_SIZE=0x10000
 CONFIG_DM_GPIO=y
 CONFIG_DEFAULT_DEVICE_TREE="armada-3720-uDPU"
 CONFIG_DEBUG_UART_BASE=0xd0012000
-CONFIG_DEBUG_UART_CLOCK=25804800
 CONFIG_DEBUG_UART=y
 CONFIG_AHCI=y
 CONFIG_DISTRO_DEFAULTS=y
index 961e3fb03149e6f47de58798bbc9867138ad94f1..93348c0929cf52d2008b9be555a722a8c04b1321 100644 (file)
@@ -443,6 +443,7 @@ config DEBUG_UART_CLOCK
        int "UART input clock"
        depends on DEBUG_UART
        default 0 if DEBUG_UART_SANDBOX
+       default 0 if DEBUG_MVEBU_A3700_UART
        help
          The UART input clock determines the speed of the internal UART
          circuitry. The baud rate is derived from this by dividing the input