From c4cd3b1a0550a1183533f287fa64f46cd428fa05 Mon Sep 17 00:00:00 2001 From: Elias Bakken Date: Tue, 4 Jun 2024 09:54:04 +0200 Subject: [PATCH] Set all a5 offsets to 0.7 V --- ...inner-b3-update-recore-a5-fix-offset.patch | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 userpatches/kernel/archive/sunxi-6.1/allwinner-b3-update-recore-a5-fix-offset.patch diff --git a/userpatches/kernel/archive/sunxi-6.1/allwinner-b3-update-recore-a5-fix-offset.patch b/userpatches/kernel/archive/sunxi-6.1/allwinner-b3-update-recore-a5-fix-offset.patch new file mode 100644 index 0000000..650a707 --- /dev/null +++ b/userpatches/kernel/archive/sunxi-6.1/allwinner-b3-update-recore-a5-fix-offset.patch @@ -0,0 +1,33 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: John Doe +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 +--- + 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 +