Skip to content

Commit 5cd96d7

Browse files
Xiangxu Yinriteshk-quic
authored andcommitted
FROMLIST: 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) <[email protected]> Signed-off-by: Xiangxu Yin <[email protected]> Link: https://lore.kernel.org/all/20251104-add-displayport-support-to-qcs615-devicetree-v7-2-e51669170a6f@oss.qualcomm.com/
1 parent b844ff0 commit 5cd96d7

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

Documentation/devicetree/bindings/display/msm/qcom,sm6150-mdss.yaml

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -138,35 +138,37 @@ examples:
138138
#size-cells = <0>;
139139
140140
port@0 {
141-
reg = <0>;
142-
dpu_intf0_out: endpoint {
143-
};
141+
reg = <0>;
142+
143+
dpu_intf0_out: endpoint {
144+
};
144145
};
145146
146147
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+
};
151153
};
152154
};
153155
154156
mdp_opp_table: opp-table {
155157
compatible = "operating-points-v2";
156158
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>;
160162
};
161163
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>;
165167
};
166168
167169
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>;
170172
};
171173
};
172174
};

0 commit comments

Comments
 (0)