From b1fe9de74d420cf7193135c2b6d034bf06dabe94 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 12 Jan 2022 23:18:54 +0100 Subject: soc/amd/sabrina: add additional UART controllers Compared to Cezanne there are 3 more UART controllers. Revision 1.50 of the PPR #57243 was used as a reference. Signed-off-by: Felix Held Change-Id: I628b1a7a0930f3409acdcabda2b864d42bf6bd23 Reviewed-on: https://review.coreboot.org/c/coreboot/+/61086 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson Reviewed-by: Jason Glenesk --- src/soc/amd/sabrina/include/soc/uart.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc/amd/sabrina/include') diff --git a/src/soc/amd/sabrina/include/soc/uart.h b/src/soc/amd/sabrina/include/soc/uart.h index a28c57bee1..27e6248de5 100644 --- a/src/soc/amd/sabrina/include/soc/uart.h +++ b/src/soc/amd/sabrina/include/soc/uart.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* TODO: Check if this is still correct */ - #ifndef AMD_SABRINA_UART_H #define AMD_SABRINA_UART_H -- cgit v1.2.3