diff options
author | 2022-11-30 21:09:39 +0100 | |
---|---|---|
committer | 2022-12-27 17:54:55 -0800 | |
commit | e5266ca38294c6eba48f5c9cd3d0402d619d7c05 (patch) | |
tree | 44099616ce00245869c0521d053085206b1f4fdc /Documentation/devicetree/bindings/display/msm/qcom,sm6115-mdss.yaml | |
parent | dt-bindings: msm/dsi: Don't require vdds-supply on 10nm PHY (diff) | |
download | wireguard-linux-e5266ca38294c6eba48f5c9cd3d0402d619d7c05.tar.xz wireguard-linux-e5266ca38294c6eba48f5c9cd3d0402d619d7c05.zip |
dt-bindings: display: msm: Rename mdss node name in example
Follow other YAMLs and replace mdss name into display-subystem.
Signed-off-by: Adam Skladowski <a39.skl@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fixes: b93bdff44a85 ("dt-bindings: display/msm: add support for SM6115")
Fixes: 06097b13ef97 ("dt-bindings: display/msm: split dpu-qcm2290 into DPU and MDSS parts")
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/513585/
Link: https://lore.kernel.org/r/20221130200950.144618-2-a39.skl@gmail.com
Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/display/msm/qcom,sm6115-mdss.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/qcom,sm6115-mdss.yaml b/Documentation/devicetree/bindings/display/msm/qcom,sm6115-mdss.yaml index a86d7f53fa84..886858ef6700 100644 --- a/Documentation/devicetree/bindings/display/msm/qcom,sm6115-mdss.yaml +++ b/Documentation/devicetree/bindings/display/msm/qcom,sm6115-mdss.yaml @@ -62,7 +62,7 @@ examples: #include <dt-bindings/interrupt-controller/arm-gic.h> #include <dt-bindings/power/qcom-rpmpd.h> - mdss@5e00000 { + display-subsystem@5e00000 { #address-cells = <1>; #size-cells = <1>; compatible = "qcom,sm6115-mdss"; |