summaryrefslogtreecommitdiff
path: root/src/soc/nvidia
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2018-02-16 12:46:16 +0100
committerMartin Roth <martinroth@google.com>2018-02-20 20:35:15 +0000
commitc9aa0c3d07f168963919cf850171ba0ea7d4fb4f (patch)
tree89b7de4f2fdcebfd59217c7ba8e2edbdf236284c /src/soc/nvidia
parent35972def1d448b515dd7582d5e93474e7b443981 (diff)
downloadcoreboot-c9aa0c3d07f168963919cf850171ba0ea7d4fb4f.tar.xz
soc/nvidia/tegra210: define missing UART clocks sources
These are required to honor CONFIG_CONSOLE_SERIAL_TEGRA210_UARTx later on. Change-Id: I7243812fba6f30f1db4db868b258794e7b248be8 Signed-off-by: Andre Heider <a.heider@gmail.com> Reviewed-on: https://review.coreboot.org/23794 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/soc/nvidia')
-rw-r--r--src/soc/nvidia/tegra210/include/soc/clock.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/nvidia/tegra210/include/soc/clock.h b/src/soc/nvidia/tegra210/include/soc/clock.h
index ba8715df45..46e1e96d42 100644
--- a/src/soc/nvidia/tegra210/include/soc/clock.h
+++ b/src/soc/nvidia/tegra210/include/soc/clock.h
@@ -242,6 +242,14 @@ enum {
PLLC4_OUT1, PLLC4_OUT1_L, CLK_M, PLLC4_OUT0),
CLK_SRC_DEVICE(UARTA, PLLP, PLLC2, PLLC, PLLC4_OUT0, UNUSED4,
PLLC4_OUT1, CLK_M, PLLC4_OUT2),
+ CLK_SRC_DEVICE(UARTB, PLLP, PLLC2, PLLC, PLLC4_OUT0, UNUSED4,
+ PLLC4_OUT1, CLK_M, PLLC4_OUT2),
+ CLK_SRC_DEVICE(UARTC, PLLP, PLLC2, PLLC, PLLC4_OUT0, UNUSED4,
+ PLLC4_OUT1, CLK_M, PLLC4_OUT2),
+ CLK_SRC_DEVICE(UARTD, PLLP, PLLC2, PLLC, PLLC4_OUT0, UNUSED4,
+ PLLC4_OUT1, CLK_M, PLLC4_OUT2),
+ CLK_SRC_DEVICE(UARTE, PLLP, PLLC2, PLLC, PLLC4_OUT0, UNUSED4,
+ PLLC4_OUT1, CLK_M, PLLC4_OUT2),
CLK_SRC_DEVICE(i2s1, PLLA, UNUSED1, CLK_S, UNUSED3, PLLP, UNUSED5,
CLK_M, UNUSED7),
CLK_SRC_DEVICE(extperiph1, PLLA, CLK_S, PLLP, CLK_M, PLLE, UNUSED5,