[U-Boot] [PATCH 07/10] rockchip: rk322x: dts: enable uart2 for SPL/TPL
Kever Yang
kever.yang at rock-chips.com
Wed Sep 6 02:14:34 UTC 2017
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>
---
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 ae0b0a4..fe4abe9 100644
--- a/arch/arm/dts/rk3229-evb.dts
+++ b/arch/arm/dts/rk3229-evb.dts
@@ -83,6 +83,7 @@
};
&uart2 {
+ u-boot,dm-pre-reloc;
status = "okay";
};
--
1.9.1
More information about the U-Boot
mailing list