Re: [PATCH 1/3] Input: add STMicroelectronics FingerTip touchscreen driver
From: Andi Shyti <hidden>
Date: 2017-01-18 01:12:56
Also in:
linux-input, linux-samsung-soc, lkml
From: Andi Shyti <hidden>
Date: 2017-01-18 01:12:56
Also in:
linux-input, linux-samsung-soc, lkml
Hi Krzysztof,
quoted
+Optional properties: +- touch-key-connected : specifies whether the touchkey feature is connectedYou are making it a generic property but it is specific to this device, so: st,touch-key-connected ?quoted
+- ledvdd-supply : power supply to the touch key ledsIs this really optional? If yes... how it gets the power when not provided?
yes, it is. This is required only if (st,)touch-key-connected is added, it's not required in any other case. Anyway, even if not present, the device works, just without leds, which is fine for me. Thanks, Andi