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:
Bartosz Bilas 2023-11-13 12:31:07 +01:00 committed by Fabio Baltieri
parent 350747cd09
commit 24b004faee

View file

@ -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