aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-05-05 15:43:39 +0800
committerStefano Babic <sbabic@denx.de>2022-05-20 09:30:29 +0200
commit23df340f325a0c5d3048cee89e35a779902bf579 (patch)
tree953938d4ca916d601904ad499e82cebead6f6533 /arch
parent56f3888b436ce6e8bf0fe1565c1d734b2ca08612 (diff)
downloadu-boot-23df340f325a0c5d3048cee89e35a779902bf579.zip
u-boot-23df340f325a0c5d3048cee89e35a779902bf579.tar.gz
u-boot-23df340f325a0c5d3048cee89e35a779902bf579.tar.bz2
imx: imx8mq-cm: 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-cm-u-boot.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mq-cm-u-boot.dtsi b/arch/arm/dts/imx8mq-cm-u-boot.dtsi
index 476a8e3..e2f4b0e 100644
--- a/arch/arm/dts/imx8mq-cm-u-boot.dtsi
+++ b/arch/arm/dts/imx8mq-cm-u-boot.dtsi
@@ -9,6 +9,14 @@
};
};
+&pinctrl_uart1 {
+ u-boot,dm-spl;
+};
+
+&uart1 {
+ u-boot,dm-spl;
+};
+
&binman {
u-boot-spl-ddr {
filename = "u-boot-spl-ddr.bin";