rockchip: rk322x: dts: enable uart2 for SPL/TPL

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@rock-chips.com>
This commit is contained in:
Kever Yang
2019-05-08 17:34:12 +08:00
parent 09259fce1e
commit d55dbfed16
+1
View File
@@ -82,6 +82,7 @@
};
&uart2 {
u-boot,dm-pre-reloc;
status = "okay";
};