ARM: dts: imx7-mba7: Deassert BOOT_EN after boot

Deassert BOOT_EN after boot to separate BOOT_CFG
circuits from LCD signals.

Signed-off-by: Alexander Feilke <Alexander.Feilke@ew.tq-group.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
Alexander Feilke 2026-02-20 15:59:09 +01:00 committed by Frank Li
parent ac27604c55
commit 137c291faa

View File

@ -287,6 +287,15 @@ &flexcan2 {
status = "okay";
};
&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;
};
};
&i2c1 {
lm75: temperature-sensor@49 {
compatible = "national,lm75a";