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:
parent
61d30ed927
commit
d6b6ebe522
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue