git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a76a843
)
arm: dts: am335x-evm: remove duplicate chosen node
author
Rasmus Villemoes
<ravi@prevas.dk>
Wed, 9 Jul 2025 11:07:51 +0000
(13:07 +0200)
committer
Tom Rini
<trini@konsulko.com>
Wed, 16 Jul 2025 16:56:28 +0000
(10:56 -0600)
The stdout-path property is already set to this value in the other
chosen node ~15 lines above.
Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
arch/arm/dts/am335x-evm.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/am335x-evm.dts
b/arch/arm/dts/am335x-evm.dts
index
6e79962
..
1b5b627
100644
(file)
--- 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";