Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Follow the 'generic names' rule and rename mdp nodes to
display-controller.

Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/518822/
Link: https://lore.kernel.org/r/20230118041243.1720520-6-dmitry.baryshkov@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

+14 -3
+8
Documentation/devicetree/bindings/display/msm/dpu-common.yaml
··· 13 13 description: | 14 14 Common properties for QCom DPU display controller. 15 15 16 + # Do not select this by default, otherwise it is also selected for all 17 + # display-controller@ nodes 18 + select: 19 + false 20 + 16 21 properties: 22 + $nodename: 23 + pattern: '^display-controller@[0-9a-f]+$' 24 + 17 25 interrupts: 18 26 maxItems: 1 19 27
+3
Documentation/devicetree/bindings/display/msm/qcom,mdp5.yaml
··· 33 33 - qcom,sdm660-mdp5 34 34 - const: qcom,mdp5 35 35 36 + $nodename: 37 + pattern: '^display-controller@[0-9a-f]+$' 38 + 36 39 reg: 37 40 maxItems: 1 38 41
+3 -3
Documentation/devicetree/bindings/display/msm/qcom,mdss.yaml
··· 99 99 - ranges 100 100 101 101 patternProperties: 102 - "^mdp@[1-9a-f][0-9a-f]*$": 102 + "^display-controller@[1-9a-f][0-9a-f]*$": 103 103 type: object 104 104 properties: 105 105 compatible: ··· 177 177 #size-cells = <1>; 178 178 ranges; 179 179 180 - mdp@1a01000 { 181 - compatible = "qcom,mdp5"; 180 + display-controller@1a01000 { 181 + compatible = "qcom,msm8916-mdp5", "qcom,mdp5"; 182 182 reg = <0x01a01000 0x89000>; 183 183 reg-names = "mdp_phys"; 184 184