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>
This commit is contained in:
parent
35972def1d
commit
c9aa0c3d07
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue