Commit 137c291f authored by Alexander Feilke's avatar Alexander Feilke Committed by Frank Li
Browse files

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: default avatarAlexander Feilke <Alexander.Feilke@ew.tq-group.com>
Signed-off-by: default avatarFrank Li <Frank.Li@nxp.com>
parent ac27604c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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";