Re: [PATCH] ARM: da850: Fix LEGO EV3 battery voltage gpio
From: David Lechner
Date: Sun Dec 03 2017 - 15:03:41 EST
On 12/03/2017 01:29 PM, David Lechner wrote:
This fixes the battery voltage monitoring gpio-hog settings.
When the gpio is low, it turns off the battery voltage to the ADC chip.
However, this needs to be on all of the time so that we can monitor
battery voltage.
Signed-off-by: David Lechner <david@xxxxxxxxxxxxxx>
---
Please disregard this patch. Apparently, pinmuxing on platform devices
is broken in the linux-davinci master branch, which led me astray.