Commit e2f085ab authored by Xiangxu Yin's avatar Xiangxu Yin Committed by Dmitry Baryshkov
Browse files

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: default avatarRob Herring (Arm) <robh@kernel.org>
Signed-off-by: default avatarXiangxu 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: default avatarDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
parent f43f0338
Loading
Loading
Loading
Loading
+17 −15
Original line number Diff line number Diff line
@@ -139,12 +139,14 @@ examples:

                port@0 {
                    reg = <0>;

                    dpu_intf0_out: endpoint {
                    };
                };

                port@1 {
                    reg = <1>;

                    dpu_intf1_out: endpoint {
                        remote-endpoint = <&mdss_dsi0_in>;
                    };
@@ -154,13 +156,13 @@ examples:
            mdp_opp_table: opp-table {
                compatible = "operating-points-v2";

                opp-19200000 {
                  opp-hz = /bits/ 64 <19200000>;
                opp-192000000 {
                    opp-hz = /bits/ 64 <192000000>;
                    required-opps = <&rpmhpd_opp_low_svs>;
                };

                opp-25600000 {
                  opp-hz = /bits/ 64 <25600000>;
                opp-256000000 {
                    opp-hz = /bits/ 64 <256000000>;
                    required-opps = <&rpmhpd_opp_svs>;
                };