Commit 52659fab authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Rob Herring (Arm)
Browse files

dt-bindings: display: Correct indentation and style in DTS example



DTS example in the bindings should be indented with 2- or 4-spaces and
aligned with opening '- |', so correct any differences like 3-spaces or
mixtures 2- and 4-spaces in one binding.

No functional changes here, but saves some comments during reviews of
new patches built on existing code.

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: default avatarAbhinav Kumar <quic_abhinavk@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> # msm
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> # renesas
Link: https://lore.kernel.org/r/20250107125854.227233-1-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarRob Herring (Arm) <robh@kernel.org>
parent 5f42297d
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
@@ -87,14 +87,14 @@ examples:
            port@0 {
                reg = <0>;

             hdmi_tx_from_pvi: endpoint {
                endpoint {
                    remote-endpoint = <&pvi_to_hdmi_tx>;
                };
            };

            port@1 {
                reg = <1>;
              hdmi_tx_out: endpoint {
                endpoint {
                    remote-endpoint = <&hdmi0_con>;
                };
            };
+26 −26
Original line number Diff line number Diff line
@@ -117,14 +117,14 @@ examples:

                port@0 {
                    reg = <0>;
                   aal0_in: endpoint {
                    endpoint {
                        remote-endpoint = <&ccorr0_out>;
                    };
                };

                port@1 {
                    reg = <1>;
                   aal0_out: endpoint {
                    endpoint {
                        remote-endpoint = <&gamma0_in>;
                    };
                };
+59 −59
Original line number Diff line number Diff line
@@ -460,14 +460,14 @@ examples:

            port@0 {
                reg = <0>;
                          dsi0_in: endpoint {
                endpoint {
                    remote-endpoint = <&dpu_intf1_out>;
                };
            };

            port@1 {
                reg = <1>;
                          dsi0_out: endpoint {
                endpoint {
                    remote-endpoint = <&sn65dsi86_in>;
                    data-lanes = <0 1 2 3>;
                    qcom,te-source = "mdp_vsync_e";
+3 −4
Original line number Diff line number Diff line
@@ -78,7 +78,6 @@ examples:
                             "mdp1-mem",
                             "cpu-cfg";


        resets = <&dispcc_core_bcr>;
        power-domains = <&dispcc_gdsc>;

+17 −17

File changed.

Contains only whitespace changes.

+6 −6

File changed.

Contains only whitespace changes.

+24 −24

File changed.

Contains only whitespace changes.

+17 −17

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+36 −36

File changed.

Contains only whitespace changes.

+17 −17

File changed.

Contains only whitespace changes.

+18 −18

File changed.

Contains only whitespace changes.

Loading