[coreboot-gerrit] Change in coreboot[master]: soc/nvidia/tegra210: define missing UART clocks sources

Andre Heider (Code Review) gerrit at coreboot.org
Fri Feb 16 13:38:38 CET 2018


Andre Heider has uploaded this change for review. ( https://review.coreboot.org/23794


Change subject: soc/nvidia/tegra210: define missing UART clocks sources
......................................................................

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 at gmail.com>
---
M src/soc/nvidia/tegra210/include/soc/clock.h
1 file changed, 8 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/23794/1

diff --git a/src/soc/nvidia/tegra210/include/soc/clock.h b/src/soc/nvidia/tegra210/include/soc/clock.h
index ba8715d..46e1e96 100644
--- a/src/soc/nvidia/tegra210/include/soc/clock.h
+++ b/src/soc/nvidia/tegra210/include/soc/clock.h
@@ -242,6 +242,14 @@
 		       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,

-- 
To view, visit https://review.coreboot.org/23794
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7243812fba6f30f1db4db868b258794e7b248be8
Gerrit-Change-Number: 23794
Gerrit-PatchSet: 1
Gerrit-Owner: Andre Heider <a.heider at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180216/0fa2beb5/attachment-0001.html>


More information about the coreboot-gerrit mailing list