[OpenWrt-Devel] [PATCH v2] ramips: fix inverted reset led for ravpower wd03
Daniel Golle
daniel at makrotopia.org
Tue Dec 3 17:37:43 EST 2019
Still, now commit description and title mentions 'led' though this
is a key and not an LED.
On Tue, Dec 03, 2019 at 11:33:13PM +0100, Moritz Warning wrote:
> Signed-off-by: Moritz Warning <moritzwarning at web.de>
> ---
> target/linux/ramips/dts/mt7620n_ravpower_wd03.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/target/linux/ramips/dts/mt7620n_ravpower_wd03.dts b/target/linux/ramips/dts/mt7620n_ravpower_wd03.dts
> index 7dcff46917..bcc1e2c27b 100644
> --- a/target/linux/ramips/dts/mt7620n_ravpower_wd03.dts
> +++ b/target/linux/ramips/dts/mt7620n_ravpower_wd03.dts
> @@ -32,7 +32,7 @@
>
> reset {
> label = "reset";
> - gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
> + gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
> linux,code = <KEY_RESTART>;
> };
> };
> --
> 2.23.0
>
>
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list