arm64: dts: rockchip: disable uart2 for rk3328-evb

uart2 is used by fiq debugger, and we use ttyFIQ as console,
so do not enable uart2, or it enable ttyS2 as console.

Change-Id: Ib1b01f14c553da75830efa5b4e11933ef997e446
Signed-off-by: Liang Chen <cl@rock-chips.com>
This commit is contained in:
Liang Chen
2019-04-09 17:42:55 +08:00
parent 83bb9ed30c
commit f7130ff5bc

View File

@@ -548,10 +548,6 @@
status = "okay";
};
&uart2 {
status = "okay";
};
&u2phy {
status = "okay";
};