[U-Boot] [PATCH v6 08/11] rockchip: rk322x: dts: enable uart2 for SPL/TPL
Kever Yang
kever.yang at rock-chips.com
Tue Apr 2 12:41:26 UTC 2019
When we use DM_SERIAL for serial driver, we need enable the
dts node for the debug console.
Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
---
Changes in v6: None
arch/arm/dts/rk3229-evb.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/dts/rk3229-evb.dts b/arch/arm/dts/rk3229-evb.dts
index bfb367ac99..632cdc9bc3 100644
--- a/arch/arm/dts/rk3229-evb.dts
+++ b/arch/arm/dts/rk3229-evb.dts
@@ -82,6 +82,7 @@
};
&uart2 {
+ u-boot,dm-pre-reloc;
status = "okay";
};
--
2.20.1
More information about the U-Boot
mailing list