mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
mediatek: filogic: fix HF-M7986R1 reset button
This commit is contained in:
parent
b4fe0e2919
commit
382d2c2e3d
@ -24,11 +24,10 @@
|
|||||||
reg = <0 0x40000000 0 0x40000000>;
|
reg = <0 0x40000000 0 0x40000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio-keys {
|
keys {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
|
|
||||||
// seems to conflict with pcie_clk, needs investigate
|
reset {
|
||||||
button-reset {
|
|
||||||
label = "reset";
|
label = "reset";
|
||||||
linux,code = <KEY_RESTART>;
|
linux,code = <KEY_RESTART>;
|
||||||
gpios = <&pio 9 GPIO_ACTIVE_LOW>;
|
gpios = <&pio 9 GPIO_ACTIVE_LOW>;
|
||||||
@ -167,11 +166,6 @@
|
|||||||
mediatek,pull-down-adv = <1>;
|
mediatek,pull-down-adv = <1>;
|
||||||
output-low;
|
output-low;
|
||||||
};
|
};
|
||||||
|
|
||||||
mux {
|
|
||||||
function = "pcie";
|
|
||||||
groups = "pcie_clk", "pcie_wake", "pcie_pereset";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
usb_pins: usb-pins {
|
usb_pins: usb-pins {
|
||||||
|
Loading…
Reference in New Issue
Block a user