
Since the Armbian sources refer to linux 4.19.76 as being linux-mainline, all the patches from linux-4.19 were moved to linux-mainline_4.19 and the linux_4.19.76 recipes was named accordingly. This patch makes 4.19.76 as default version for linux Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
29 lines
972 B
Diff
29 lines
972 B
Diff
From f8b601516e29a67496d98414b2477928d79eb3eb Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megous@megous.com>
|
|
Date: Tue, 12 Dec 2017 16:15:26 +0100
|
|
Subject: [PATCH 65/82] arm: dts: sun8i-a83t-tbs-a711: GPS regulator is
|
|
apparently fixed
|
|
|
|
Signed-off-by: Ondrej Jirman <megous@megous.com>
|
|
---
|
|
arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | 4 +++-
|
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
|
|
index 028dd29e13d7..027c6a76627f 100644
|
|
--- a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
|
|
+++ b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
|
|
@@ -127,7 +127,9 @@
|
|
regulator-min-microvolt = <3000000>;
|
|
regulator-max-microvolt = <3000000>;
|
|
enable-active-high;
|
|
- gpio = <&pio 3 4 GPIO_ACTIVE_HIGH>; /* PD4 */
|
|
+ /*XXX: this doesn't control GPS regulator, shematics show FLAG
|
|
+ * pin */
|
|
+ //gpio = <&pio 3 4 GPIO_ACTIVE_HIGH>; /* PD4 */
|
|
};
|
|
|
|
reg_vbat: reg-vbat {
|
|
--
|
|
2.20.1
|
|
|