On Wed, Nov 27, 2019 at 01:54:56PM +0100, Lucas Stach wrote: > From: Nick Dyer <nick@xxxxxxxxxxxxx> > > Signed-off-by: Nick Dyer <nick@xxxxxxxxxxxxx> > --- > v2: Switch to linux instead of atmel as vendor prefix. > Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> > --- > Documentation/devicetree/bindings/input/atmel,maxtouch.txt | 3 +++ > drivers/input/touchscreen/atmel_mxt_ts.c | 6 +++++- > 2 files changed, 8 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/input/atmel,maxtouch.txt b/Documentation/devicetree/bindings/input/atmel,maxtouch.txt > index c88919480d37..0764c7af045c 100644 > --- a/Documentation/devicetree/bindings/input/atmel,maxtouch.txt > +++ b/Documentation/devicetree/bindings/input/atmel,maxtouch.txt > @@ -31,6 +31,9 @@ Optional properties for main touchpad device: > > - reset-gpios: GPIO specifier for the touchscreen's reset pin (active low) > > +- linux,cfg-name: Provide name of configuration file in OBP_RAW format. This > + will be downloaded from the firmware loader on probe to the device. > + We have a somewhat standard 'firmware-name' property for this purpose already. Use that. Rob