
Add the latest linux available from https://github.com/armbian/build commit de58ac1faac92724c6449db12c22affaeb003875, tag: sunxi-5.3, alongside all the patches that it comes with. Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
28 lines
817 B
Diff
28 lines
817 B
Diff
From 0f0c62c90fc072355b2118d118715492710b8735 Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megous@megous.com>
|
|
Date: Wed, 8 Nov 2017 04:55:15 +0100
|
|
Subject: [PATCH 35/82] ARM: dts: sun8i-a83t-tbs-a711: Reduce camera IOVDD
|
|
voltage
|
|
|
|
---
|
|
arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
|
|
index 9a87ce651224..1a711a28f682 100644
|
|
--- a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
|
|
+++ b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
|
|
@@ -389,8 +389,8 @@
|
|
};
|
|
|
|
®_dldo3 {
|
|
- regulator-min-microvolt = <2800000>;
|
|
- regulator-max-microvolt = <2800000>;
|
|
+ regulator-min-microvolt = <2600000>;
|
|
+ regulator-max-microvolt = <2600000>;
|
|
regulator-name = "vdd-csi";
|
|
};
|
|
|
|
--
|
|
2.20.1
|
|
|