Re: [PATCH v3 1/1] dt-bindings: input: touchscreen: convert ads7846.txt to yaml

From: Marek Vasut
Date: Fri Aug 16 2024 - 12:41:28 EST


On 8/16/24 6:12 PM, Frank Li wrote:

[...]

+ ti,debounce-max:
+ deprecated: true
+ $ref: /schemas/types.yaml#/definitions/uint16
+ description: Max number of additional readings per sample.
+
+ ti,debounce-rep:
+ $ref: /schemas/types.yaml#/definitions/uint16
+ description:
+ Additional consecutive good readings required after the first two.

Should the description: and the description text be on the same line ? Or separate by newline ? Or should it use description: | and then a newline ?

It would be good to be consistent about this.

+ ti,debounce-tol:
+ $ref: /schemas/types.yaml#/definitions/uint16
+ description: Tolerance used for filtering.
+
+ ti,hsync-gpios:
+ description:
+ GPIO line to poll for hsync

Please make sure each sentence ends with a fullstop '.' .

Thanks !