On Tue, 01 Nov 2022 14:16:57 +0000, Andre Przywara wrote: > The Allwinner F1C100s series of SoCs contain a LRADC (aka. KEYADC) > compatible to the version in other SoCs. > The manual doesn't mention the ratio of the input voltage that is used, > but comparing actual measurements with the values in the register > suggests that it is 3/4 of Vref. > > Add an F1C100s compatible string to the list, and pair it with the > A83T fallback. Since the A64 is the same, combined both using an enum. > > Signed-off-by: Andre Przywara <andre.przywara@xxxxxxx> > --- > .../bindings/input/allwinner,sun4i-a10-lradc-keys.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>