mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-07 21:22:10 -05:00
ralink: add FireWRT power button
Signed-off-by: Jay Weng <fl.service@t-firefly.com> SVN-Revision: 45019
This commit is contained in:
parent
10aa09b731
commit
024e0c1835
@ -103,6 +103,11 @@
|
|||||||
gpios = <&gpio0 18 1>;
|
gpios = <&gpio0 18 1>;
|
||||||
linux,code = <0x211>;
|
linux,code = <0x211>;
|
||||||
};
|
};
|
||||||
|
power {
|
||||||
|
label = "power";
|
||||||
|
gpios = <&gpio0 23 1>;
|
||||||
|
linux,code = <116>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
pinctrl {
|
pinctrl {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user