From f86375fd889d5231cd05bc1cbaa535cb80330e5b Mon Sep 17 00:00:00 2001 From: Varshit Pandya Date: Mon, 18 Dec 2023 23:02:31 +0530 Subject: mb/amd/onyx_poc/devicetree: Enable UART1 UART1 is selected for debug uart in Kconfig, it also needs to enabled in devicetree. With this serial output doesn't stop during the device enable step. TEST:Build onyx_poc board Change-Id: I7c910301c6eca5d3057785607139ac03b344bc15 Signed-off-by: Varshit Pandya Reviewed-on: https://review.coreboot.org/c/coreboot/+/79643 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/mainboard/amd/onyx_poc/devicetree.cb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard') diff --git a/src/mainboard/amd/onyx_poc/devicetree.cb b/src/mainboard/amd/onyx_poc/devicetree.cb index a18eff40da..27a22c6501 100644 --- a/src/mainboard/amd/onyx_poc/devicetree.cb +++ b/src/mainboard/amd/onyx_poc/devicetree.cb @@ -200,4 +200,6 @@ chip soc/amd/genoa_poc end end + device ref uart_1 on end + end -- cgit v1.2.3