dt-bindings: HID: i2c-hid: elan: add Elan eKTH5015M

Add a compatible string for the Elan eKTH5015M touch controller.

Judging from the current binding and commit bd3cba00dcc6 ("HID: i2c-hid:
elan: Add support for Elan eKTH6915 i2c-hid touchscreens"), eKTH5015M
appears to be compatible with eKTH6915. Notably the power-on sequence is
the same.

While at it, drop a redundant label from the example.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20240507144821.12275-3-johan+linaro@kernel.org
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>

authored by Johan Hovold and committed by Benjamin Tissoires 07fc16fa 8d3ae46c

+8 -4
+8 -4
Documentation/devicetree/bindings/input/elan,ekth6915.yaml
··· 18 19 properties: 20 compatible: 21 - enum: 22 - - elan,ekth6915 23 24 reg: 25 const: 0x10 ··· 61 #address-cells = <1>; 62 #size-cells = <0>; 63 64 - ap_ts: touchscreen@10 { 65 - compatible = "elan,ekth6915"; 66 reg = <0x10>; 67 68 interrupt-parent = <&tlmm>;
··· 18 19 properties: 20 compatible: 21 + oneOf: 22 + - items: 23 + - enum: 24 + - elan,ekth5015m 25 + - const: elan,ekth6915 26 + - const: elan,ekth6915 27 28 reg: 29 const: 0x10 ··· 57 #address-cells = <1>; 58 #size-cells = <0>; 59 60 + touchscreen@10 { 61 + compatible = "elan,ekth5015m", "elan,ekth6915"; 62 reg = <0x10>; 63 64 interrupt-parent = <&tlmm>;