projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab50b9a
)
mediatek: fix polarity of user button on openwrt-one
author
Felix Fietkau
<nbd@nbd.name>
Fri, 8 Aug 2025 16:55:03 +0000
(18:55 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Thu, 2 Oct 2025 07:54:32 +0000
(09:54 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/mediatek/dts/mt7981b-openwrt-one.dts
patch
|
blob
|
history
diff --git
a/target/linux/mediatek/dts/mt7981b-openwrt-one.dts
b/target/linux/mediatek/dts/mt7981b-openwrt-one.dts
index 18a569daf8f09ac5a9ce53aa564b83f74720a92a..5f54506b2cba16ca78e8c360d495e94294f0fa7b 100644
(file)
--- a/
target/linux/mediatek/dts/mt7981b-openwrt-one.dts
+++ b/
target/linux/mediatek/dts/mt7981b-openwrt-one.dts
@@
-51,7
+51,7
@@
user {
label = "user";
linux,code = <BTN_0>;
- gpios = <&pio 0 GPIO_ACTIVE_
HIGH
>;
+ gpios = <&pio 0 GPIO_ACTIVE_
LOW
>;
};
reset {