diff options
| author | Peng Fan <[email protected]> | 2022-11-07 16:00:09 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-01-31 12:11:33 +0100 |
| commit | 3a6d7ef3898252ab42e13f506f18acc67a30163d (patch) | |
| tree | 3b2e95f928472a6b5294c5534978b4ec7a54a3c6 /arch | |
| parent | ad58df729558cfa9067d7e1e79d68183ed642324 (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 <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/imx6ull-14x14-evk-u-boot.dtsi | 8 | ||||
| -rw-r--r-- | arch/arm/dts/imx6ulz-14x14-evk-u-boot.dtsi | 8 |
2 files changed, 16 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 00000000000..d283e815e6a --- /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; +}; diff --git a/arch/arm/dts/imx6ulz-14x14-evk-u-boot.dtsi b/arch/arm/dts/imx6ulz-14x14-evk-u-boot.dtsi new file mode 100644 index 00000000000..d283e815e6a --- /dev/null +++ b/arch/arm/dts/imx6ulz-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; +}; |
