提交 1f9d87d0 编写于 作者: J Jerome Brunet 提交者: Kevin Hilman

arm64: dts: meson: vim3: correct led polarity

The LEDs on the vim3 are active when the gpio is high, not low.

Fixes: c6d29c66 ("arm64: dts: meson-g12b-khadas-vim3: add initial device-tree")
Signed-off-by: NJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: NKevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/20200803141850.172704-1-jbrunet@baylibre.com
上级 67d141c1
...@@ -41,13 +41,13 @@ ...@@ -41,13 +41,13 @@
led-white { led-white {
label = "vim3:white:sys"; label = "vim3:white:sys";
gpios = <&gpio_ao GPIOAO_4 GPIO_ACTIVE_LOW>; gpios = <&gpio_ao GPIOAO_4 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat"; linux,default-trigger = "heartbeat";
}; };
led-red { led-red {
label = "vim3:red"; label = "vim3:red";
gpios = <&gpio_expander 5 GPIO_ACTIVE_LOW>; gpios = <&gpio_expander 5 GPIO_ACTIVE_HIGH>;
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册