ARM: dts: meson: change from ACTIVE_HIGH to ACTIVE_LOW
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 6 Jan 2021 10:33:57 +0000 (19:33 +0900)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 16 Nov 2021 12:00:22 +0000 (13:00 +0100)
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 <jh80.chung@samsung.com>
arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi

index 77ea34b..a4bf195 100644 (file)
@@ -28,7 +28,7 @@
 
                power_key {
                        label = "PowerKey";
-                       gpios = <&gpio GPIOX_3 GPIO_ACTIVE_HIGH>;
+                       gpios = <&gpio GPIOX_3 GPIO_ACTIVE_LOW>;
                };
        };
 };