Message ID | 20201106100539.6646-3-andrej.valek@siemens.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | None | expand |
On Fri, Nov 06, 2020 at 11:05:38AM +0100, Andrej Valek wrote: > Add information about option how to disable FW loading for each boot. Again, fix your subject. > > Signed-off-by: Andrej Valek <andrej.valek@siemens.com> > --- > Documentation/devicetree/bindings/input/touchscreen/goodix.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml b/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml > index e7d9404c86ab..8b0fa25ae96e 100644 > --- a/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml > +++ b/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml > @@ -53,7 +53,7 @@ properties: > touchscreen-size-x: true > touchscreen-size-y: true > touchscreen-swapped-x-y: true > - touchscreen-do-not-load-fw: false > + goodix-do-not-load-fw: false Why is this incremental on v1? And that's not how vendor prefixes on properties work.
diff --git a/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml b/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml index e7d9404c86ab..8b0fa25ae96e 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml +++ b/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml @@ -53,7 +53,7 @@ properties: touchscreen-size-x: true touchscreen-size-y: true touchscreen-swapped-x-y: true - touchscreen-do-not-load-fw: false + goodix-do-not-load-fw: false additionalProperties: false
Add information about option how to disable FW loading for each boot. Signed-off-by: Andrej Valek <andrej.valek@siemens.com> --- Documentation/devicetree/bindings/input/touchscreen/goodix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)