Commit af73692e authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Georgi Djakov
Browse files

dt-bindings: interconnect: 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.  While re-indenting, drop
unused labels.

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 avatar"Rob Herring (Arm)" <robh@kernel.org>
Link: https://lore.kernel.org/r/20250324125302.82167-1-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarGeorgi Djakov <djakov@kernel.org>
parent 0af2f6be
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -86,13 +86,13 @@ examples:
  - |
    #include <dt-bindings/clock/qcom,gcc-msm8953.h>

      snoc: interconnect@580000 {
    interconnect@580000 {
        compatible = "qcom,msm8953-snoc";
        reg = <0x580000 0x16080>;

        #interconnect-cells = <2>;

          snoc_mm: interconnect-snoc {
        interconnect-snoc {
            compatible = "qcom,msm8953-snoc-mm";

            #interconnect-cells = <2>;
+10 −10
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ examples:
  - |
    #include <dt-bindings/clock/qcom,rpmcc.h>

      bimc: interconnect@fc380000 {
    interconnect@fc380000 {
        reg = <0xfc380000 0x6a000>;
        compatible = "qcom,msm8974-bimc";
        #interconnect-cells = <1>;
+6 −6
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ examples:
  - |
    #include <dt-bindings/clock/qcom,rpmcc.h>

      bimc: interconnect@400000 {
    interconnect@400000 {
        compatible = "qcom,msm8916-bimc";
        reg = <0x00400000 0x62000>;
        #interconnect-cells = <1>;
+14 −14
Original line number Diff line number Diff line
@@ -129,14 +129,14 @@ examples:
  - |
    #include <dt-bindings/interconnect/qcom,sdm845.h>

      mem_noc: interconnect@1380000 {
    interconnect@1380000 {
        compatible = "qcom,sdm845-mem-noc";
        reg = <0x01380000 0x27200>;
        #interconnect-cells = <1>;
        qcom,bcm-voters = <&apps_bcm_voter>;
    };

      mmss_noc: interconnect@1740000 {
    interconnect@1740000 {
        compatible = "qcom,sdm845-mmss-noc";
        reg = <0x01740000 0x1c1000>;
        #interconnect-cells = <1>;
+8 −8

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

Loading