arm: dts: imx8mp-venice-gw74xx: update M2 gpio hogs
authorTim Harvey <tharvey@gateworks.com>
Thu, 8 Sep 2022 20:42:01 +0000 (13:42 -0700)
committerStefano Babic <sbabic@denx.de>
Thu, 20 Oct 2022 15:35:52 +0000 (17:35 +0200)
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>
arch/arm/dts/imx8mp-venice-gw74xx-u-boot.dtsi

index 8a3b4b6..d872112 100644 (file)
 
        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#";
        };
 
        m2_dis1_hog {
                gpio-hog;
-               gpios = <18 GPIO_ACTIVE_LOW>;
+               gpios = <18 GPIO_ACTIVE_HIGH>;
                output-high;
                line-name = "m2_wdis#";
        };