-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1284f57
commit c4cd3b1
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
userpatches/kernel/archive/sunxi-6.1/allwinner-b3-update-recore-a5-fix-offset.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: John Doe <[email protected]> | ||
Date: Tue, 4 Jun 2024 07:48:57 +0000 | ||
Subject: Patching kernel sunxi64 files | ||
arch/arm64/boot/dts/allwinner/sun50i-a64-recore-a5.dts | ||
|
||
Signed-off-by: John Doe <[email protected]> | ||
--- | ||
arch/arm64/boot/dts/allwinner/sun50i-a64-recore-a5.dts | 4 ++-- | ||
1 file changed, 2 insertions(+), 2 deletions(-) | ||
|
||
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-recore-a5.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-recore-a5.dts | ||
index a8858a4f3c49..ee7023d102dd 100644 | ||
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-recore-a5.dts | ||
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-recore-a5.dts | ||
@@ -38,12 +38,12 @@ ®_aldo1 { | ||
regulator-max-microvolt = <700000>; | ||
regulator-name = "vcc-vref-e0"; | ||
}; | ||
|
||
®_aldo2 { | ||
- regulator-min-microvolt = <3200000>; | ||
- regulator-max-microvolt = <3200000>; | ||
+ regulator-min-microvolt = <700000>; | ||
+ regulator-max-microvolt = <700000>; | ||
regulator-name = "vcc-vref-e1"; | ||
}; | ||
|
||
®_dldo3 { | ||
regulator-min-microvolt = <700000>; | ||
-- | ||
Created with Armbian build tools https://github.com/armbian/build | ||
|