From: Tomasz Maciej Nowak <tmn...@gmail.com>

Apparently U-Boot will discard whole node if requested pin function is
unknown to the driver. This resulted in inability to interact with
U-Boot on the said board, as U-Boot always assumed the recovery key
pressed and issued recovery procedure. Log snippet:

button_gpio gpio-keys: pinctrl_select_state_full: pinctrl_config_one: err=-38
reset button found
button pushed, resetting environment

Recovery procedure also booted recovery image, which didn't affect much
the 23.05.x release, since the root fs argument was valid, so changes
persisted. But as 24.10.x hit with fitblk, the board will boot only
recovery image (initramfs) because of default bootargs will reset on each
boot and U-Boot provided bootargs took precedence.

Fixes: 42eeb22450f2 ("uboot-mediatek: fix factory/reset button")
Signed-off-by: Tomasz Maciej Nowak <tmn...@gmail.com>
---

Please backport to 23.05 and 24.10 branches.


 .../uboot-mediatek/patches/401-update-u7623-defconfig.patch    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/package/boot/uboot-mediatek/patches/401-update-u7623-defconfig.patch 
b/package/boot/uboot-mediatek/patches/401-update-u7623-defconfig.patch
index 243ba9d7c272..9f0f9dfe90d6 100644
--- a/package/boot/uboot-mediatek/patches/401-update-u7623-defconfig.patch
+++ b/package/boot/uboot-mediatek/patches/401-update-u7623-defconfig.patch
@@ -187,13 +187,12 @@
        leds {
                compatible = "gpio-leds";
  
-@@ -109,6 +122,19 @@
+@@ -109,6 +122,18 @@
                };
        };
  
 +      key_pins_a: keys-alt {
 +              mux {
-+                      function = "gpio";
 +                      groups = "msdc3";
 +              };
 +
-- 
2.48.1


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to