diff options
| author | Rasmus Villemoes <[email protected]> | 2025-07-09 13:07:51 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-07-16 10:56:28 -0600 |
| commit | 343a30aba38f753161b8c5007898211cc9d43b2a (patch) | |
| tree | 48160986a2cd077d283c270e6f5f38951067f9ac | |
| parent | a76a8437926c287c6ebefeaf6a1bb7f8bf088761 (diff) | |
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 <[email protected]>
| -rw-r--r-- | arch/arm/dts/am335x-evm.dts | 4 |
1 files changed, 0 insertions, 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"; |
