Commit cefb8959 authored by Billy Tsai's avatar Billy Tsai Committed by Guenter Roeck
Browse files

dt-bindings: hwmon: Add AST2700 compatible



Adds support for the AST2700 PWM/Tach controller by extending the
compatible string enumeration in the device tree binding.

The AST2700 PWM/Tach hardware is compatible with the existing binding
schema and requires no additional properties or modifications beyond
the new compatible string.

Signed-off-by: default avatarBilly Tsai <billy_tsai@aspeedtech.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20251120-upstream_pwm_tach-v3-1-eaa2f9b300a2@aspeedtech.com


Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 48593957
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -18,8 +18,11 @@ description: |

properties:
  compatible:
    enum:
      - aspeed,ast2600-pwm-tach
    oneOf:
      - items:
          - const: aspeed,ast2700-pwm-tach
          - const: aspeed,ast2600-pwm-tach
      - const: aspeed,ast2600-pwm-tach

  reg:
    maxItems: 1