drivers: counter: mchp_xec: Fix dts prop type for max-value

The max-value should just be an int and not an array.  Change the type
to 'int' in the binding and fixup the driver to match.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-02-14 09:05:29 -06:00 committed by Kumar Gala
commit d6b6ebe522
2 changed files with 4 additions and 4 deletions

View file

@ -23,6 +23,6 @@ properties:
description: Timer frequency equals clock-frequency divided by the prescaler value
max-value:
type: array
type: int
required: true
description: Maximum counter value the instance can handle