Search
Open Build Service
>
Projects
>
Tizen
:
Unified
:
ref:20210113.1
>
u-boot-rpi3-32b
> _service:gbs:0007-ARM-dts-meson-change-from-ACTIVE_HIGH-to-ACTIVE_LOW.patch
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File _service:gbs:0007-ARM-dts-meson-change-from-ACTIVE_HIGH-to-ACTIVE_LOW.patch of Package u-boot-rpi3-32b
From: Jaehoon Chung <jh80.chung@samsung.com> Date: Wed, 6 Jan 2021 19:33:57 +0900 Subject: 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 <jh80.chung@samsung.com> --- arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 882c992ed3..be41bd7c51 100644 --- a/arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi +++ b/arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi @@ -22,7 +22,7 @@ power_key { label = "PowerKey"; - gpios = <&gpio GPIOX_3 GPIO_ACTIVE_HIGH>; + gpios = <&gpio GPIOX_3 GPIO_ACTIVE_LOW>; }; }; };