zephyr/dts/bindings/charger/ti,bq24190.yaml
Bartosz Bilas 350747cd09 dts: bq24190: make constant-charge-current/voltage properties 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>
2023-11-15 14:17:57 +00:00

16 lines
341 B
YAML

# Copyright 2023 Cirrus Logic, Inc.
# SPDX-License-Identifier: Apache-2.0
description: Texas Instruments family of BQ24190 of charging ICs
include: [battery.yaml, i2c-device.yaml]
compatible: "ti,bq24190"
properties:
constant-charge-current-max-microamp:
required: true
constant-charge-voltage-max-microvolt:
required: true