From: Alexander Feilke Date: Tue, 7 Apr 2026 13:06:48 +0000 (+0200) Subject: arch: arm: dts: tqma7x: add boot phase properties X-Git-Tag: v2026.07-rc1~29^2~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77375425023b141972091e8f2cd56c3b64c0c9df;p=thirdparty%2Fu-boot.git arch: arm: dts: tqma7x: add boot phase properties Revert this commit once the upstream linux device trees are synchronized. Reviewed-by: Peng Fan Signed-off-by: Alexander Feilke --- diff --git a/arch/arm/dts/imx7s-mba7-u-boot.dtsi b/arch/arm/dts/imx7s-mba7-u-boot.dtsi index 2ed3f9c4769..bb560f4d85b 100644 --- a/arch/arm/dts/imx7s-mba7-u-boot.dtsi +++ b/arch/arm/dts/imx7s-mba7-u-boot.dtsi @@ -7,7 +7,7 @@ * Author: Steffen Doster */ -#include "imx7s-u-boot.dtsi" +#include "imx7s-tqma7-u-boot.dtsi" / { config { @@ -21,7 +21,28 @@ }; }; +&gpio4 { + /* Deassert BOOT_EN after boot to separate BOOT_CFG circuits from LCD signals */ + boot-en-hog { + gpio-hog; + gpios = <3 GPIO_ACTIVE_LOW>; + output-low; + }; +}; + &wdog1 { u-boot,noautostart; timeout-sec = <60>; }; + +&iomuxc { + bootph-pre-ram; +}; + +&pinctrl_uart6 { + bootph-pre-ram; +}; + +&uart6 { + bootph-pre-ram; +}; diff --git a/arch/arm/dts/imx7s-tqma7-u-boot.dtsi b/arch/arm/dts/imx7s-tqma7-u-boot.dtsi new file mode 100644 index 00000000000..2d1d614cd57 --- /dev/null +++ b/arch/arm/dts/imx7s-tqma7-u-boot.dtsi @@ -0,0 +1,22 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT +/* + * Device Tree Source for TQ-Systems TQMa7S module. + * + * Copyright (C) 2024-2026 TQ-Systems GmbH , + * D-82229 Seefeld, Germany + * Author: Steffen Doster + */ + +#include "imx7s-u-boot.dtsi" + +&soc { + bootph-pre-ram; +}; + +&aips1 { + bootph-pre-ram; +}; + +&aips3 { + bootph-pre-ram; +};