From f8b601516e29a67496d98414b2477928d79eb3eb Mon Sep 17 00:00:00 2001 From: Ondrej Jirman 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 --- 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