Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
e4e4c2ff
K
Kernel
项目概览
openeuler
/
Kernel
1 年多 前同步成功
通知
8
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
Kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
未验证
提交
e4e4c2ff
编写于
1月 27, 2020
作者:
M
Mark Brown
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'regulator-5.6' into regulator-next
上级
ebe0bdf9
44e9b344
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
121 addition
and
0 deletion
+121
-0
Documentation/devicetree/bindings/regulator/mps,mpq7920.yaml
Documentation/devicetree/bindings/regulator/mps,mpq7920.yaml
+121
-0
未找到文件。
Documentation/devicetree/bindings/regulator/mps,mpq7920.yaml
0 → 100644
浏览文件 @
e4e4c2ff
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
%YAML
1.2
---
$id
:
http://devicetree.org/schemas/regulator/mps,mpq7920.yaml#
$schema
:
http://devicetree.org/meta-schemas/core.yaml#
title
:
Monolithic Power System MPQ7920 PMIC
maintainers
:
-
Saravanan Sekar <sravanhome@gmail.com>
properties
:
$nodename
:
pattern
:
"
pmic@[0-9a-f]{1,2}"
compatible
:
enum
:
-
mps,mpq7920
reg
:
maxItems
:
1
regulators
:
type
:
object
allOf
:
-
$ref
:
regulator.yaml#
description
:
|
list of regulators provided by this controller, must be named
after their hardware counterparts BUCK[1-4], one LDORTC, and LDO[2-5]
properties
:
mps,switch-freq
:
allOf
:
-
$ref
:
"
/schemas/types.yaml#/definitions/uint8"
enum
:
[
0
,
1
,
2
,
3
]
default
:
2
description
:
|
switching frequency must be one of following corresponding value
1.1MHz, 1.65MHz, 2.2MHz, 2.75MHz
patternProperties
:
"
^ldo[1-4]$"
:
type
:
object
allOf
:
-
$ref
:
regulator.yaml#
"
^ldortc$"
:
type
:
object
allOf
:
-
$ref
:
regulator.yaml#
"
^buck[1-4]$"
:
type
:
object
allOf
:
-
$ref
:
regulator.yaml#
properties
:
mps,buck-softstart
:
allOf
:
-
$ref
:
"
/schemas/types.yaml#/definitions/uint8"
enum
:
[
0
,
1
,
2
,
3
]
description
:
|
defines the soft start time of this buck, must be one of the following
corresponding values 150us, 300us, 610us, 920us
mps,buck-phase-delay
:
allOf
:
-
$ref
:
"
/schemas/types.yaml#/definitions/uint8"
enum
:
[
0
,
1
,
2
,
3
]
description
:
|
defines the phase delay of this buck, must be one of the following
corresponding values 0deg, 90deg, 180deg, 270deg
mps,buck-ovp-disable
:
type
:
boolean
description
:
|
disables over voltage protection of this buck
additionalProperties
:
false
additionalProperties
:
false
required
:
-
compatible
-
reg
-
regulators
additionalProperties
:
false
examples
:
-
|
i2c {
#address-cells = <1>;
#size-cells = <0>;
pmic@69 {
compatible = "mps,mpq7920";
reg = <0x69>;
regulators {
mps,switch-freq = /bits/ 8 <1>;
buck1 {
regulator-name = "buck1";
regulator-min-microvolt = <400000>;
regulator-max-microvolt = <3587500>;
regulator-min-microamp = <460000>;
regulator-max-microamp = <7600000>;
regulator-boot-on;
mps,buck-ovp-disable;
mps,buck-phase-delay = /bits/ 8 <2>;
mps,buck-softstart = /bits/ 8 <1>;
};
ldo2 {
regulator-name = "ldo2";
regulator-min-microvolt = <650000>;
regulator-max-microvolt = <3587500>;
};
};
};
};
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录