From 186239b9ad46efdc54595747c1251ed5b6a1bfc0 Mon Sep 17 00:00:00 2001 From: Nico <github@nicoboehr.de> Date: Sun, 2 Mar 2025 09:27:02 +0000 Subject: [PATCH] Revert "adjust reset timings" This reverts commit ee65e6df4ea2fe115e3b666c332ca2ebc5c9f68a. No longer needed. --- ...10-add-patch-to-adjust-reset-timings.patch | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 patches/openwrt/0010-add-patch-to-adjust-reset-timings.patch diff --git a/patches/openwrt/0010-add-patch-to-adjust-reset-timings.patch b/patches/openwrt/0010-add-patch-to-adjust-reset-timings.patch deleted file mode 100644 index 8e850d7b4..000000000 --- a/patches/openwrt/0010-add-patch-to-adjust-reset-timings.patch +++ /dev/null @@ -1,24 +0,0 @@ -From: Nico <github@nicoboehr.de> -Date: Sun, 12 Jan 2025 18:03:31 +0000 -Subject: add patch to adjust reset timings - -diff --git a/target/linux/ath79/patches-6.6/102-ath79-adjust-reset-timings.patch b/target/linux/ath79/patches-6.6/102-ath79-adjust-reset-timings.patch -new file mode 100644 -index 0000000000000000000000000000000000000000..ef5f05f02d801056034d1b3d40303a5e401d92c0 ---- /dev/null -+++ b/target/linux/ath79/patches-6.6/102-ath79-adjust-reset-timings.patch -@@ -0,0 +1,14 @@ -+--- a/drivers/reset/reset-ath79.c -++++ b/drivers/reset/reset-ath79.c -+@@ -102,9 +102,9 @@ static int ath79_reset_restart_handler(s -+ * full chip reset. See page 111 of the AR9344 datasheet. -+ */ -+ __ath79_reset_update_unlocked(ath79_reset, ETH_SWITCH_RESET, true); -+- mdelay(10); -++ mdelay(1); -+ __ath79_reset_update_unlocked(ath79_reset, ETH_SWITCH_ARESET, true); -+- mdelay(10); -++ mdelay(1); -+ } -+ -+ __ath79_reset_update_unlocked(ath79_reset, FULL_CHIP_RESET, true); -- GitLab