balena-allwinner/layers/meta-balena-allwinner/recipes-kernel/linux/linux-4.19/0000-0065-arm-dts-sun8i-a83t-tbs-a711-GPS-regulator-is-apparen.patch
Vicentiu Galanopulo b167421e55 recipes-kernel/linux: Add linux_4.19.76.bb/bbappend
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>
2019-10-10 11:50:43 +02:00

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