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

dt-bindings: display/msm: rename mdss nodes to display-subsystem

Follow the 'generic names' rule and rename mdss nodes to
display-subsystem.

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

+12 -1
+8
Documentation/devicetree/bindings/display/msm/mdss-common.yaml
··· 15 15 Device tree bindings for MSM Mobile Display Subsystem(MDSS) that encapsulates 16 16 sub-blocks like DPU display controller, DSI and DP interfaces etc. 17 17 18 + # Do not select this by default, otherwise it is also selected for qcom,mdss 19 + # devices. 20 + select: 21 + false 22 + 18 23 properties: 24 + $nodename: 25 + pattern: "^display-subsystem@[0-9a-f]+$" 26 + 19 27 reg: 20 28 maxItems: 1 21 29
+4 -1
Documentation/devicetree/bindings/display/msm/qcom,mdss.yaml
··· 15 15 encapsulates sub-blocks like MDP5, DSI, HDMI, eDP, etc. 16 16 17 17 properties: 18 + $nodename: 19 + pattern: "^display-subsystem@[0-9a-f]+$" 20 + 18 21 compatible: 19 22 enum: 20 23 - qcom,mdss ··· 153 150 - | 154 151 #include <dt-bindings/clock/qcom,gcc-msm8916.h> 155 152 #include <dt-bindings/interrupt-controller/arm-gic.h> 156 - mdss@1a00000 { 153 + display-subsystem@1a00000 { 157 154 compatible = "qcom,mdss"; 158 155 reg = <0x1a00000 0x1000>, 159 156 <0x1ac8000 0x3000>;