From 343a30aba38f753161b8c5007898211cc9d43b2a Mon Sep 17 00:00:00 2001 From: Rasmus Villemoes Date: Wed, 9 Jul 2025 13:07:51 +0200 Subject: [PATCH] arm: dts: am335x-evm: remove duplicate chosen node The stdout-path property is already set to this value in the other chosen node ~15 lines above. Signed-off-by: Rasmus Villemoes --- arch/arm/dts/am335x-evm.dts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm/dts/am335x-evm.dts b/arch/arm/dts/am335x-evm.dts index 6e799621678..1b5b6270068 100644 --- a/arch/arm/dts/am335x-evm.dts +++ b/arch/arm/dts/am335x-evm.dts @@ -27,10 +27,6 @@ reg = <0x80000000 0x10000000>; /* 256 MB */ }; - chosen { - stdout-path = &uart0; - }; - vbat: fixedregulator0 { compatible = "regulator-fixed"; regulator-name = "vbat"; -- 2.47.2