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

dt-bindings: display: msm: sm6150-mdss: Fix example indentation and OPP values

Improve the binding example by fixing indentation and adding missing
blank lines for better readability. Also correct the OPP clock values
to match the actual SM6150 DTS configuration.

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Xiangxu Yin <xiangxu.yin@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/685342/
Link: https://lore.kernel.org/r/20251104-add-displayport-support-to-qcs615-devicetree-v7-2-e51669170a6f@oss.qualcomm.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>

authored by

Xiangxu Yin and committed by
Dmitry Baryshkov
e2f085ab f43f0338

+17 -15
+17 -15
Documentation/devicetree/bindings/display/msm/qcom,sm6150-mdss.yaml
··· 138 138 #size-cells = <0>; 139 139 140 140 port@0 { 141 - reg = <0>; 142 - dpu_intf0_out: endpoint { 143 - }; 141 + reg = <0>; 142 + 143 + dpu_intf0_out: endpoint { 144 + }; 144 145 }; 145 146 146 147 port@1 { 147 - reg = <1>; 148 - dpu_intf1_out: endpoint { 149 - remote-endpoint = <&mdss_dsi0_in>; 150 - }; 148 + reg = <1>; 149 + 150 + dpu_intf1_out: endpoint { 151 + remote-endpoint = <&mdss_dsi0_in>; 152 + }; 151 153 }; 152 154 }; 153 155 154 156 mdp_opp_table: opp-table { 155 157 compatible = "operating-points-v2"; 156 158 157 - opp-19200000 { 158 - opp-hz = /bits/ 64 <19200000>; 159 - required-opps = <&rpmhpd_opp_low_svs>; 159 + opp-192000000 { 160 + opp-hz = /bits/ 64 <192000000>; 161 + required-opps = <&rpmhpd_opp_low_svs>; 160 162 }; 161 163 162 - opp-25600000 { 163 - opp-hz = /bits/ 64 <25600000>; 164 - required-opps = <&rpmhpd_opp_svs>; 164 + opp-256000000 { 165 + opp-hz = /bits/ 64 <256000000>; 166 + required-opps = <&rpmhpd_opp_svs>; 165 167 }; 166 168 167 169 opp-307200000 { 168 - opp-hz = /bits/ 64 <307200000>; 169 - required-opps = <&rpmhpd_opp_nom>; 170 + opp-hz = /bits/ 64 <307200000>; 171 + required-opps = <&rpmhpd_opp_nom>; 170 172 }; 171 173 }; 172 174 };