aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harvey2022-09-08 13:42:01 -0700
committerStefano Babic2022-10-20 17:35:52 +0200
commit22adeef0f28177183a4e1f968eb4aff06f5bd740 (patch)
tree45447f0b63c91d91455261a1f1c9f91a3ad235c2
parent35a9b624006959c121e209b6daaa99ff0cf12b9c (diff)
arm: dts: imx8mp-venice-gw74xx: update M2 gpio hogs
Update the M2 socket gpio hogs such that they are not active on boot by flagging them as GPIO_ACTIVE_HIGH so that 'output-high' drives high. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
-rw-r--r--arch/arm/dts/imx8mp-venice-gw74xx-u-boot.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/dts/imx8mp-venice-gw74xx-u-boot.dtsi b/arch/arm/dts/imx8mp-venice-gw74xx-u-boot.dtsi
index 8a3b4b6c562..d8721124526 100644
--- a/arch/arm/dts/imx8mp-venice-gw74xx-u-boot.dtsi
+++ b/arch/arm/dts/imx8mp-venice-gw74xx-u-boot.dtsi
@@ -86,21 +86,21 @@
m2_dis2_hog {
gpio-hog;
- gpios = <0 GPIO_ACTIVE_LOW>;
+ gpios = <0 GPIO_ACTIVE_HIGH>;
output-high;
line-name = "m2_gdis#";
};
m2rst_hog {
gpio-hog;
- gpios = <6 GPIO_ACTIVE_LOW>;
+ gpios = <6 GPIO_ACTIVE_HIGH>;
output-high;
line-name = "m2_rst#";
};
m2_off_hog {
gpio-hog;
- gpios = <14 GPIO_ACTIVE_LOW>;
+ gpios = <14 GPIO_ACTIVE_HIGH>;
output-high;
line-name = "m2_off#";
};
@@ -111,7 +111,7 @@
m2_dis1_hog {
gpio-hog;
- gpios = <18 GPIO_ACTIVE_LOW>;
+ gpios = <18 GPIO_ACTIVE_HIGH>;
output-high;
line-name = "m2_wdis#";
};