From d6b1aedb52b60593263db4df8527544df91ea54d Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Thu, 1 Jan 2026 20:56:16 +0100 Subject: [PATCH] genio: u-boot: patches: cosmetic formatting fixes on top of Collabora - small hack to get around stupid "From xx" parsing in Armbian patcher - also: fix attribution in `0023-watchdog-mtk_wdt-Correct-maximum-timeout-from-15-to` --- ...-GENIO-board-350-510-700-1200-EVK-Drop-deprecated-usb.patch | 2 +- ...-watchdog-mtk_wdt-Correct-maximum-timeout-from-15-to-.patch | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/patch/u-boot/u-boot-genio/0013-GENIO-board-350-510-700-1200-EVK-Drop-deprecated-usb.patch b/patch/u-boot/u-boot-genio/0013-GENIO-board-350-510-700-1200-EVK-Drop-deprecated-usb.patch index 00234336d1..5e36c225f7 100644 --- a/patch/u-boot/u-boot-genio/0013-GENIO-board-350-510-700-1200-EVK-Drop-deprecated-usb.patch +++ b/patch/u-boot/u-boot-genio/0013-GENIO-board-350-510-700-1200-EVK-Drop-deprecated-usb.patch @@ -16,7 +16,7 @@ host side. This has been reported upstream in [0]: ``` -From the host's point of view, a device is ready to be enumerated. +Fr-om the host's point of view, a device is ready to be enumerated. However, since dm_usb_gadget_handle_interrupts() is only called when ethernet function is started, at this stage USB events are not managed, host's enumeration attempts will fail and resulting error like: diff --git a/patch/u-boot/u-boot-genio/0023-watchdog-mtk_wdt-Correct-maximum-timeout-from-15-to-.patch b/patch/u-boot/u-boot-genio/0023-watchdog-mtk_wdt-Correct-maximum-timeout-from-15-to-.patch index 062a2ddfa8..47da8af557 100644 --- a/patch/u-boot/u-boot-genio/0023-watchdog-mtk_wdt-Correct-maximum-timeout-from-15-to-.patch +++ b/patch/u-boot/u-boot-genio/0023-watchdog-mtk_wdt-Correct-maximum-timeout-from-15-to-.patch @@ -1,6 +1,5 @@ From 47097ec068da24bca699faa7e196df63dabe1f8b Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?N=C3=ADcolas=20F=2E=20R=2E=20A=2E=20Prado?= - +From: "Nicolas F. R. A. Prado" Date: Wed, 14 May 2025 17:48:48 -0400 Subject: [PATCH] watchdog: mtk_wdt: Correct maximum timeout from 15 to 31 seconds