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

From: Marek Vasut
Date: Thu Aug 15 2024 - 14:45:58 EST


On 8/15/24 6:14 PM, Frank Li wrote:

[...]

+ ti,debounce-max:
+ deprecated: true
+ $ref: /schemas/types.yaml#/definitions/uint16
+ description: Max number of additional readings per sample (u16).

Could you drop the (u16) which is already part of the $ref'd type ?

[...]

+ ti,x-max:
+ deprecated: true
+ $ref: /schemas/types.yaml#/definitions/uint16
+ description: Maximum value on the X axis (u16).
+
+ ti,x-min:

Is this deprecated too, the same way as x-max above is deprecated ?

+ $ref: /schemas/types.yaml#/definitions/uint16
+ description: Minimum value on the X axis (u16).

[...]