Commit 798cc8f0 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov

dt-bindings: display/msm: rename mdp nodes to display-controller

Follow the 'generic names' rule and rename mdp nodes to
display-controller.
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/518822/
Link: https://lore.kernel.org/r/20230118041243.1720520-6-dmitry.baryshkov@linaro.orgSigned-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
parent 1413ef55
...@@ -13,7 +13,15 @@ maintainers: ...@@ -13,7 +13,15 @@ maintainers:
description: | description: |
Common properties for QCom DPU display controller. Common properties for QCom DPU display controller.
# Do not select this by default, otherwise it is also selected for all
# display-controller@ nodes
select:
false
properties: properties:
$nodename:
pattern: '^display-controller@[0-9a-f]+$'
interrupts: interrupts:
maxItems: 1 maxItems: 1
......
...@@ -33,6 +33,9 @@ properties: ...@@ -33,6 +33,9 @@ properties:
- qcom,sdm660-mdp5 - qcom,sdm660-mdp5
- const: qcom,mdp5 - const: qcom,mdp5
$nodename:
pattern: '^display-controller@[0-9a-f]+$'
reg: reg:
maxItems: 1 maxItems: 1
......
...@@ -99,7 +99,7 @@ required: ...@@ -99,7 +99,7 @@ required:
- ranges - ranges
patternProperties: patternProperties:
"^mdp@[1-9a-f][0-9a-f]*$": "^display-controller@[1-9a-f][0-9a-f]*$":
type: object type: object
properties: properties:
compatible: compatible:
...@@ -177,8 +177,8 @@ examples: ...@@ -177,8 +177,8 @@ examples:
#size-cells = <1>; #size-cells = <1>;
ranges; ranges;
mdp@1a01000 { display-controller@1a01000 {
compatible = "qcom,mdp5"; compatible = "qcom,msm8916-mdp5", "qcom,mdp5";
reg = <0x01a01000 0x89000>; reg = <0x01a01000 0x89000>;
reg-names = "mdp_phys"; reg-names = "mdp_phys";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment