summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6ull-14x14-evk-u-boot.dtsi
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-11-07 16:00:09 +0800
committerStefano Babic <sbabic@denx.de>2023-01-31 12:11:33 +0100
commit3a6d7ef3898252ab42e13f506f18acc67a30163d (patch)
tree3b2e95f928472a6b5294c5534978b4ec7a54a3c6 /arch/arm/dts/imx6ull-14x14-evk-u-boot.dtsi
parentad58df729558cfa9067d7e1e79d68183ed642324 (diff)
imx: mx6ull/z_14x14_evk: clean up UART iomux
After DM_SERIAL, and set pinctrl_uart1 as pre-reloc, no need initialize iomux at board file. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/dts/imx6ull-14x14-evk-u-boot.dtsi')
-rw-r--r--arch/arm/dts/imx6ull-14x14-evk-u-boot.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6ull-14x14-evk-u-boot.dtsi b/arch/arm/dts/imx6ull-14x14-evk-u-boot.dtsi
new file mode 100644
index 0000000000..d283e815e6
--- /dev/null
+++ b/arch/arm/dts/imx6ull-14x14-evk-u-boot.dtsi
@@ -0,0 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright 2022 NXP
+ */
+
+&pinctrl_uart1 {
+ u-boot,dm-pre-reloc;
+};