Re: [PATCH 1/2] Input: atmel_mxt_ts: Convert bindings to YAML and extend
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2020-10-28 21:53:24
Also in:
linux-devicetree
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2020-10-28 21:53:24
Also in:
linux-devicetree
Hi Linus, On Wed, Oct 28, 2020 at 11:17:10AM +0100, Linus Walleij wrote:
This converts the Armel MXT touchscreen bindings to YAML format and extends them with the following two properties: - vdda-supply: the optional analog supply voltage - vdd-supply: the optional digital supply voltage I also explained about the reset-gpios property that this better be flagged as active high (0) despite actually being active low, because all current device trees and drivers assume that this is the case and will actively drive the line low to assert RESET.
I wonder if we should fix that in driver and in DTs instead of doing this cludge... Thanks. -- Dmitry