lkml.org 
[lkml]   [2020]   [Sep]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 2/8] arm64: dts: meson: update leds node on Khadas VIM3/VIM3L boards meson-khadas-vim3
    Date
    GPIO_ACTIVE_LOW replaced to GPIO_ACTIVE_HIGH for white and red leds

    Signed-off-by: Artem Lapkin <art@khadas.com>
    ---
    arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi b/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi
    index 94f75b44650..73783692e30 100644
    --- a/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi
    +++ b/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi
    @@ -41,13 +41,13 @@ leds {

    led-white {
    label = "vim3:white:sys";
    - gpios = <&gpio_ao GPIOAO_4 GPIO_ACTIVE_LOW>;
    + gpios = <&gpio_ao GPIOAO_4 GPIO_ACTIVE_HIGH>;
    linux,default-trigger = "heartbeat";
    };

    led-red {
    label = "vim3:red";
    - gpios = <&gpio_expander 5 GPIO_ACTIVE_LOW>;
    + gpios = <&gpio_expander 5 GPIO_ACTIVE_HIGH>;
    };
    };

    --
    2.25.1
    \
     
     \ /
      Last update: 2020-09-25 05:31    [W:5.221 / U:0.148 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site