Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
ee65e6df
Commit
ee65e6df
authored
2 months ago
by
Nico
Committed by
FFS Buildbot
2 weeks ago
Browse files
Options
Downloads
Patches
Plain Diff
adjust reset timings
parent
c9293c07
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
patches/openwrt/0010-add-patch-to-adjust-reset-timings.patch
+24
-0
24 additions, 0 deletions
patches/openwrt/0010-add-patch-to-adjust-reset-timings.patch
with
24 additions
and
0 deletions
patches/openwrt/0010-add-patch-to-adjust-reset-timings.patch
0 → 100644
+
24
−
0
View file @
ee65e6df
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);
This diff is collapsed.
Click to expand it.
Nico
@nrb
mentioned in commit
186239b9
·
1 week ago
mentioned in commit
186239b9
mentioned in commit 186239b9ad46efdc54595747c1251ed5b6a1bfc0
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment