Commit 07fc16fa authored by Johan Hovold's avatar Johan Hovold Committed by Benjamin Tissoires
Browse files

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 bd3cba00 ("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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarJohan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20240507144821.12275-3-johan+linaro@kernel.org


Signed-off-by: default avatarBenjamin Tissoires <bentiss@kernel.org>
parent 8d3ae46c
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -18,8 +18,12 @@ allOf:

properties:
  compatible:
    enum:
      - elan,ekth6915
    oneOf:
      - items:
          - enum:
              - elan,ekth5015m
          - const: elan,ekth6915
      - const: elan,ekth6915

  reg:
    const: 0x10
@@ -57,8 +61,8 @@ examples:
      #address-cells = <1>;
      #size-cells = <0>;

      ap_ts: touchscreen@10 {
        compatible = "elan,ekth6915";
      touchscreen@10 {
        compatible = "elan,ekth5015m", "elan,ekth6915";
        reg = <0x10>;

        interrupt-parent = <&tlmm>;