mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-02 11:54:36 +08:00
regulator: dt-bindings: Add bindings for TPS6287x
Add bindings for the TPS62870/TPS62871/TPS62872/TPS62873 voltage regulators. Signed-off-by: Mårten Lindahl <marten.lindahl@axis.com Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org Link: https://lore.kernel.org/r/20230502-tps6287x-driver-v3-1-e25140a023f5@axis.com Signed-off-by: Mark Brown <broonie@kernel.org
This commit is contained in:
parent
964e186547
commit
034008dd22
52
Documentation/devicetree/bindings/regulator/ti,tps62870.yaml
Normal file
52
Documentation/devicetree/bindings/regulator/ti,tps62870.yaml
Normal file
@ -0,0 +1,52 @@
|
||||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||
%YAML 1.2
|
||||
---
|
||||
$id: http://devicetree.org/schemas/regulator/ti,tps62870.yaml#
|
||||
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||
|
||||
title: TI TPS62870/TPS62871/TPS62872/TPS62873 voltage regulator
|
||||
|
||||
maintainers:
|
||||
- Mårten Lindahl <marten.lindahl@axis.com>
|
||||
|
||||
allOf:
|
||||
- $ref: regulator.yaml#
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
enum:
|
||||
- ti,tps62870
|
||||
- ti,tps62871
|
||||
- ti,tps62872
|
||||
- ti,tps62873
|
||||
|
||||
reg:
|
||||
maxItems: 1
|
||||
|
||||
regulator-initial-mode:
|
||||
enum: [ 1, 2 ]
|
||||
description: 1 - Forced PWM mode, 2 - Low power mode
|
||||
|
||||
required:
|
||||
- compatible
|
||||
- reg
|
||||
|
||||
unevaluatedProperties: false
|
||||
|
||||
examples:
|
||||
- |
|
||||
i2c {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
regulator@41 {
|
||||
compatible = "ti,tps62873";
|
||||
reg = <0x41>;
|
||||
regulator-name = "+0.75V";
|
||||
regulator-min-microvolt = <400000>;
|
||||
regulator-max-microvolt = <1675000>;
|
||||
regulator-initial-mode = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
...
|
Loading…
Reference in New Issue
Block a user