summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-05-05 10:43:41 +0300
committerStefano Babic <sbabic@denx.de>2022-05-20 10:30:29 +0300
commit597514e7389b453c6558cb3d63a88c1575e8e0dc (patch)
tree0a9c024ee2d7fe39fb93d4f5b5e42c048deb3efb /arch
parent1d8c0c2d7b0e2a9924d9711820abf1ac3e188515 (diff)
downloadu-boot-597514e7389b453c6558cb3d63a88c1575e8e0dc.tar.xz
imx: imx8mq-phanbell: enable CONFIG_DM_SERIAL
Marked related nodes as u-boot,dm-spl for serial driver model Enable CONFIG_DM_SERIAL Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx8mq-phanbell-u-boot.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mq-phanbell-u-boot.dtsi b/arch/arm/dts/imx8mq-phanbell-u-boot.dtsi
index a65a942ee7..8d6f305829 100644
--- a/arch/arm/dts/imx8mq-phanbell-u-boot.dtsi
+++ b/arch/arm/dts/imx8mq-phanbell-u-boot.dtsi
@@ -5,3 +5,11 @@
&reg_usdhc2_vmmc {
u-boot,off-on-delay-us = <20000>;
};
+
+&uart1 {
+ u-boot,dm-spl;
+};
+
+&pinctrl_uart1 {
+ u-boot,dm-spl;
+};