From: Jaehoon Chung Date: Wed, 6 Jan 2021 10:33:57 +0000 (+0900) Subject: ARM: dts: meson: change from ACTIVE_HIGH to ACTIVE_LOW X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6f0c06f444bbfafee7924060bff24a7a14ebed1;p=platform%2Fkernel%2Fu-boot.git ARM: dts: meson: change from ACTIVE_HIGH to ACTIVE_LOW Whne button doesn't connect, it's always high. So it needs to fix its case. In our button's case, - out : PIN_11 - vcc : GND - gnd : Not used. Change-Id: Ic8cf0f5853045cf181ad3c1c53e14e0fceb73b41 Signed-off-by: Jaehoon Chung --- diff --git a/arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi b/arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi index 77ea34bee1..a4bf195476 100644 --- a/arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi +++ b/arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi @@ -28,7 +28,7 @@ power_key { label = "PowerKey"; - gpios = <&gpio GPIOX_3 GPIO_ACTIVE_HIGH>; + gpios = <&gpio GPIOX_3 GPIO_ACTIVE_LOW>; }; }; };