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

dt-bindings: arm: qcom,coresight-tpda: fix indentation in the example

Fix triple-space indentation to double-space in the example DTS.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20240325104007.30723-2-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Suzuki K Poulose
e0b97dda bf901e49

+15 -17
+15 -17
Documentation/devicetree/bindings/arm/qcom,coresight-tpda.yaml
··· 95 95 # minimum tpda definition. 96 96 - | 97 97 tpda@6004000 { 98 - compatible = "qcom,coresight-tpda", "arm,primecell"; 99 - reg = <0x6004000 0x1000>; 98 + compatible = "qcom,coresight-tpda", "arm,primecell"; 99 + reg = <0x6004000 0x1000>; 100 100 101 - clocks = <&aoss_qmp>; 102 - clock-names = "apb_pclk"; 101 + clocks = <&aoss_qmp>; 102 + clock-names = "apb_pclk"; 103 103 104 - in-ports { 105 - #address-cells = <1>; 106 - #size-cells = <0>; 104 + in-ports { 105 + #address-cells = <1>; 106 + #size-cells = <0>; 107 107 108 108 port@0 { 109 109 reg = <0>; 110 110 tpda_qdss_0_in_tpdm_dcc: endpoint { 111 - remote-endpoint = 112 - <&tpdm_dcc_out_tpda_qdss_0>; 113 - }; 111 + remote-endpoint = <&tpdm_dcc_out_tpda_qdss_0>; 112 + }; 114 113 }; 115 114 }; 116 115 117 - out-ports { 118 - port { 119 - tpda_qdss_out_funnel_in0: endpoint { 120 - remote-endpoint = 121 - <&funnel_in0_in_tpda_qdss>; 122 - }; 116 + out-ports { 117 + port { 118 + tpda_qdss_out_funnel_in0: endpoint { 119 + remote-endpoint = <&funnel_in0_in_tpda_qdss>; 123 120 }; 124 - }; 121 + }; 122 + }; 125 123 }; 126 124 127 125 ...