dts: max20335-charger: make constant-charge-current/voltage props required
There are no default values for those properties in the driver so let's make them required. Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
This commit is contained in:
parent
350747cd09
commit
24b004faee
|
@ -6,3 +6,10 @@ description: Maxim MAX20335 battery charger
|
|||
include: battery.yaml
|
||||
|
||||
compatible: "maxim,max20335-charger"
|
||||
|
||||
properties:
|
||||
constant-charge-current-max-microamp:
|
||||
required: true
|
||||
|
||||
constant-charge-voltage-max-microvolt:
|
||||
required: true
|
||||
|
|
Loading…
Reference in a new issue