u-boot: bump Amlogic patches for 2025.04

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
This commit is contained in:
Christian Hewitt 2025-04-03 06:06:17 +00:00
parent 7ab0371192
commit 46aaed915d
No known key found for this signature in database
2 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,4 @@
From 78eead46137ff5583414211fae5c983026310dda Mon Sep 17 00:00:00 2001
From f9ed5a1383237e7f8142d24227b82d2e95abdd76 Mon Sep 17 00:00:00 2001
From: Christian Hewitt <christianshewitt@gmail.com>
Date: Fri, 13 Nov 2020 02:09:36 +0000
Subject: [PATCH 1/2] LOCAL: configs: meson64: prevent stdout/stderr on

View File

@ -1,11 +1,14 @@
From 5778cfc64913abc8c80160bb709ec359362fc8ac Mon Sep 17 00:00:00 2001
From c1ea5300b2ab0a1cdf5b89989971834555ee2302 Mon Sep 17 00:00:00 2001
From: Christian Hewitt <christianshewitt@gmail.com>
Date: Tue, 8 Oct 2024 06:48:13 +0000
Subject: [PATCH 2/2] TESTING: test uart_ao_a_pins bias disable on Odroid C2
and WeTek Hub
Subject: [PATCH 2/2] LOCAL: test uart_ao_a_pins bias disable on Odroid C2 and
WeTek Hub
This appears to resolve the reports of non-booting C2 boards. No feedback
on WeTek Hub yet.
This resolves reports of non-booting C2 boards. The long term fix
is [0] which is merged for Linux 6.16 and will appear in u-boot
with a future upstream device-tree sync.
[0] https://patchwork.kernel.org/project/linux-amlogic/cover/20250329185855.854186-1-martin.blumenstingl@googlemail.com/
Suggested-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>