From f7dbdcfa54adf474880be2e90e772f93fadae3b7 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 9 Sep 2022 20:44:46 +0100 Subject: mediatek: filogic: use WPS button instead of RST on BPi-R3 The GPIO used for the RST button is also used for PCIe-CLKREQ signal. Hence it cannot be used as button signal if PCIe is also used. Wire up WPS button to serve as KEY_RESTART in Linux and "reset" button in U-Boot. Signed-off-by: Daniel Golle --- package/boot/uboot-mediatek/patches/430-add-bpi-r3.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/boot/uboot-mediatek/patches/430-add-bpi-r3.patch') diff --git a/package/boot/uboot-mediatek/patches/430-add-bpi-r3.patch b/package/boot/uboot-mediatek/patches/430-add-bpi-r3.patch index d48de66064..834fc730b0 100644 --- a/package/boot/uboot-mediatek/patches/430-add-bpi-r3.patch +++ b/package/boot/uboot-mediatek/patches/430-add-bpi-r3.patch @@ -866,14 +866,14 @@ + + keys { + compatible = "gpio-keys"; -+ ++/* + factory { + label = "reset"; + gpios = <&gpio 9 GPIO_ACTIVE_LOW>; + }; -+ ++*/ + wps { -+ label = "wps"; ++ label = "reset"; + gpios = <&gpio 10 GPIO_ACTIVE_LOW>; + }; + }; -- cgit v1.2.3