Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
04063666
K
Kernel
项目概览
openeuler
/
Kernel
大约 2 年 前同步成功
通知
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看板
提交
04063666
编写于
4月 30, 2020
作者:
R
Rob Herring
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'dt/linus' into 'dt/next'
上级
7456427a
4bc77b2d
变更
8
显示空白变更内容
内联
并排
Showing
8 changed file
with
32 addition
and
19 deletion
+32
-19
Documentation/devicetree/bindings/Makefile
Documentation/devicetree/bindings/Makefile
+12
-9
Documentation/devicetree/bindings/mfd/st,stpmic1.yaml
Documentation/devicetree/bindings/mfd/st,stpmic1.yaml
+0
-2
Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml
Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml
+3
-3
Documentation/devicetree/bindings/regulator/mps,mp5416.yaml
Documentation/devicetree/bindings/regulator/mps,mp5416.yaml
+0
-1
Documentation/devicetree/bindings/regulator/mps,mpq7920.yaml
Documentation/devicetree/bindings/regulator/mps,mpq7920.yaml
+2
-1
Documentation/devicetree/bindings/regulator/rohm,bd71828-regulator.yaml
...devicetree/bindings/regulator/rohm,bd71828-regulator.yaml
+5
-1
Documentation/devicetree/bindings/regulator/rohm,bd71837-regulator.yaml
...devicetree/bindings/regulator/rohm,bd71837-regulator.yaml
+5
-1
Documentation/devicetree/bindings/regulator/rohm,bd71847-regulator.yaml
...devicetree/bindings/regulator/rohm,bd71847-regulator.yaml
+5
-1
未找到文件。
Documentation/devicetree/bindings/Makefile
浏览文件 @
04063666
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
DT_DOC_CHECKER
?=
dt-doc-validate
DT_DOC_CHECKER
?=
dt-doc-validate
DT_EXTRACT_EX
?=
dt-extract-example
DT_EXTRACT_EX
?=
dt-extract-example
DT_MK_SCHEMA
?=
dt-mk-schema
DT_MK_SCHEMA
?=
dt-mk-schema
DT_MK_SCHEMA_USERONLY_FLAG
:=
$(
if
$(DT_SCHEMA_FILES)
,
-u
)
quiet_cmd_chk_binding
=
CHKDT
$(
patsubst
$(srctree)
/%,%,
$<
)
quiet_cmd_chk_binding
=
CHKDT
$(
patsubst
$(srctree)
/%,%,
$<
)
cmd_chk_binding
=
$(DT_DOC_CHECKER)
-u
$(srctree)
/
$(src)
$<
;
\
cmd_chk_binding
=
$(DT_DOC_CHECKER)
-u
$(srctree)
/
$(src)
$<
;
\
...
@@ -13,16 +14,18 @@ $(obj)/%.example.dts: $(src)/%.yaml FORCE
...
@@ -13,16 +14,18 @@ $(obj)/%.example.dts: $(src)/%.yaml FORCE
# Use full schemas when checking %.example.dts
# Use full schemas when checking %.example.dts
DT_TMP_SCHEMA
:=
$(obj)
/processed-schema-examples.yaml
DT_TMP_SCHEMA
:=
$(obj)
/processed-schema-examples.yaml
find_cmd
=
find
$(srctree)
/
$(src)
\(
-name
'*.yaml'
!
\
-name
'processed-schema*'
!
\
-name
'*.example.dt.yaml'
\)
quiet_cmd_mk_schema
=
SCHEMA
$@
quiet_cmd_mk_schema
=
SCHEMA
$@
cmd_mk_schema
=
$(DT_MK_SCHEMA)
$(DT_MK_SCHEMA_FLAGS)
-o
$@
$
(
real-prereqs
)
cmd_mk_schema
=
rm
-f
$@
;
\
$(
if
$(DT_MK_SCHEMA_FLAGS)
,
\
echo
$
(
real-prereqs
)
,
\
$(find_cmd)
)
|
\
xargs
$(DT_MK_SCHEMA)
$(DT_MK_SCHEMA_FLAGS)
>>
$@
DT_DOCS
=
$(
addprefix
$(src)
/,
\
DT_DOCS
=
$(
shell
$(find_cmd)
|
sed
-e
's|^
$(srctree)
/||'
)
$(
shell
\
cd
$(srctree)
/
$(src)
&&
\
find
*
\(
-name
'*.yaml'
!
\
-name
'processed-schema*'
!
\
-name
'*.example.dt.yaml'
\)
\
))
DT_SCHEMA_FILES
?=
$(DT_DOCS)
DT_SCHEMA_FILES
?=
$(DT_DOCS)
...
@@ -37,7 +40,7 @@ override DTC_FLAGS := \
...
@@ -37,7 +40,7 @@ override DTC_FLAGS := \
$(obj)/processed-schema-examples.yaml
:
$(DT_DOCS) FORCE
$(obj)/processed-schema-examples.yaml
:
$(DT_DOCS) FORCE
$(
call
if_changed,mk_schema
)
$(
call
if_changed,mk_schema
)
$(obj)/processed-schema.yaml
:
DT_MK_SCHEMA_FLAGS :=
-u
$(obj)/processed-schema.yaml
:
DT_MK_SCHEMA_FLAGS :=
$(DT_MK_SCHEMA_USERONLY_FLAG)
$(obj)/processed-schema.yaml
:
$(DT_SCHEMA_FILES) FORCE
$(obj)/processed-schema.yaml
:
$(DT_SCHEMA_FILES) FORCE
$(
call
if_changed,mk_schema
)
$(
call
if_changed,mk_schema
)
...
...
Documentation/devicetree/bindings/mfd/st,stpmic1.yaml
浏览文件 @
04063666
...
@@ -259,8 +259,6 @@ properties:
...
@@ -259,8 +259,6 @@ properties:
additionalProperties
:
false
additionalProperties
:
false
additionalProperties
:
false
additionalProperties
:
false
additionalProperties
:
false
required
:
required
:
...
...
Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml
浏览文件 @
04063666
...
@@ -97,7 +97,7 @@ then:
...
@@ -97,7 +97,7 @@ then:
-
$ref
:
/schemas/types.yaml#/definitions/uint32
-
$ref
:
/schemas/types.yaml#/definitions/uint32
-
minimum
:
0
-
minimum
:
0
maximum
:
63
maximum
:
63
default
:
0
default
:
32
qcom,charge-ctrl-value
:
qcom,charge-ctrl-value
:
description
:
description
:
...
@@ -130,7 +130,7 @@ then:
...
@@ -130,7 +130,7 @@ then:
-
$ref
:
/schemas/types.yaml#/definitions/uint32
-
$ref
:
/schemas/types.yaml#/definitions/uint32
-
minimum
:
0
-
minimum
:
0
maximum
:
3
maximum
:
3
default
:
2
default
:
0
qcom,preemphasis-width
:
qcom,preemphasis-width
:
description
:
description
:
...
@@ -152,7 +152,7 @@ then:
...
@@ -152,7 +152,7 @@ then:
-
$ref
:
/schemas/types.yaml#/definitions/uint32
-
$ref
:
/schemas/types.yaml#/definitions/uint32
-
minimum
:
0
-
minimum
:
0
maximum
:
3
maximum
:
3
default
:
0
default
:
1
required
:
required
:
-
compatible
-
compatible
...
...
Documentation/devicetree/bindings/regulator/mps,mp5416.yaml
浏览文件 @
04063666
...
@@ -37,7 +37,6 @@ properties:
...
@@ -37,7 +37,6 @@ properties:
type
:
object
type
:
object
additionalProperties
:
false
additionalProperties
:
false
additionalProperties
:
false
required
:
required
:
-
compatible
-
compatible
...
...
Documentation/devicetree/bindings/regulator/mps,mpq7920.yaml
浏览文件 @
04063666
...
@@ -75,7 +75,8 @@ properties:
...
@@ -75,7 +75,8 @@ properties:
description
:
|
description
:
|
disables over voltage protection of this buck
disables over voltage protection of this buck
additionalProperties
:
false
unevaluatedProperties
:
false
additionalProperties
:
false
additionalProperties
:
false
required
:
required
:
...
...
Documentation/devicetree/bindings/regulator/rohm,bd71828-regulator.yaml
浏览文件 @
04063666
...
@@ -35,6 +35,8 @@ patternProperties:
...
@@ -35,6 +35,8 @@ patternProperties:
description
:
description
:
should be "ldo1", ..., "ldo7"
should be "ldo1", ..., "ldo7"
unevaluatedProperties
:
false
"
^BUCK[1-7]$"
:
"
^BUCK[1-7]$"
:
type
:
object
type
:
object
allOf
:
allOf
:
...
@@ -103,5 +105,7 @@ patternProperties:
...
@@ -103,5 +105,7 @@ patternProperties:
required
:
required
:
-
regulator-name
-
regulator-name
additionalProperties
:
false
unevaluatedProperties
:
false
additionalProperties
:
false
additionalProperties
:
false
Documentation/devicetree/bindings/regulator/rohm,bd71837-regulator.yaml
浏览文件 @
04063666
...
@@ -41,6 +41,8 @@ patternProperties:
...
@@ -41,6 +41,8 @@ patternProperties:
description
:
description
:
should be "ldo1", ..., "ldo7"
should be "ldo1", ..., "ldo7"
unevaluatedProperties
:
false
"
^BUCK[1-8]$"
:
"
^BUCK[1-8]$"
:
type
:
object
type
:
object
allOf
:
allOf
:
...
@@ -99,5 +101,7 @@ patternProperties:
...
@@ -99,5 +101,7 @@ patternProperties:
required
:
required
:
-
regulator-name
-
regulator-name
additionalProperties
:
false
unevaluatedProperties
:
false
additionalProperties
:
false
additionalProperties
:
false
Documentation/devicetree/bindings/regulator/rohm,bd71847-regulator.yaml
浏览文件 @
04063666
...
@@ -40,6 +40,8 @@ patternProperties:
...
@@ -40,6 +40,8 @@ patternProperties:
description
:
description
:
should be "ldo1", ..., "ldo6"
should be "ldo1", ..., "ldo6"
unevaluatedProperties
:
false
"
^BUCK[1-6]$"
:
"
^BUCK[1-6]$"
:
type
:
object
type
:
object
allOf
:
allOf
:
...
@@ -93,5 +95,7 @@ patternProperties:
...
@@ -93,5 +95,7 @@ patternProperties:
required
:
required
:
-
regulator-name
-
regulator-name
additionalProperties
:
false
unevaluatedProperties
:
false
additionalProperties
:
false
additionalProperties
:
false
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录