[PATCH 18/23] arm: dts: k3-am642-evm-u-boot: Drop stdout and cosmetic fixups
Nishanth Menon
nm at ti.com
Fri Apr 14 09:57:21 CEST 2023
stdout is provided in evm.dts, add documentation that timer needs to be
fixed in upstream. While at it, fix a minor formatting error
Signed-off-by: Nishanth Menon <nm at ti.com>
---
arch/arm/dts/k3-am642-evm-u-boot.dtsi | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/arch/arm/dts/k3-am642-evm-u-boot.dtsi b/arch/arm/dts/k3-am642-evm-u-boot.dtsi
index 6e85101f134e..83e00c3f4553 100644
--- a/arch/arm/dts/k3-am642-evm-u-boot.dtsi
+++ b/arch/arm/dts/k3-am642-evm-u-boot.dtsi
@@ -5,7 +5,6 @@
/ {
chosen {
- stdout-path = "serial2:115200n8";
tick-timer = &timer1;
};
@@ -14,8 +13,10 @@
};
};
-&cbass_main{
+&cbass_main {
bootph-pre-ram;
+
+ /* XXX: Upstream kernel TODO: send upstream pinmux */
timer1: timer at 2400000 {
compatible = "ti,omap5430-timer";
reg = <0x0 0x2400000 0x0 0x80>;
--
2.40.0
More information about the U-Boot
mailing list