mirror of
https://github.com/torvalds/linux.git
synced 2026-05-13 00:28:54 +02:00
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:
parent
ac27604c55
commit
137c291faa
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user