[PATCH 1/2] ARM: dts: qcom: msm8974: replace incorrect indentation in interconnect

From: Luca Weiss
Date: Tue Jun 27 2023 - 15:48:31 EST


The clocks definition in the interconnect nodes should use tabs (+ 1
space) for indentation instead of 9 spaces. Fix that.

Signed-off-by: Luca Weiss <luca@xxxxxxxxx>
---
arch/arm/boot/dts/qcom/qcom-msm8974.dtsi | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/boot/dts/qcom/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom/qcom-msm8974.dtsi
index aeca504918a0..c6475837eda3 100644
--- a/arch/arm/boot/dts/qcom/qcom-msm8974.dtsi
+++ b/arch/arm/boot/dts/qcom/qcom-msm8974.dtsi
@@ -1075,7 +1075,7 @@ bimc: interconnect@fc380000 {
#interconnect-cells = <1>;
clock-names = "bus", "bus_a";
clocks = <&rpmcc RPM_SMD_BIMC_CLK>,
- <&rpmcc RPM_SMD_BIMC_A_CLK>;
+ <&rpmcc RPM_SMD_BIMC_A_CLK>;
};

snoc: interconnect@fc460000 {
@@ -1084,7 +1084,7 @@ snoc: interconnect@fc460000 {
#interconnect-cells = <1>;
clock-names = "bus", "bus_a";
clocks = <&rpmcc RPM_SMD_SNOC_CLK>,
- <&rpmcc RPM_SMD_SNOC_A_CLK>;
+ <&rpmcc RPM_SMD_SNOC_A_CLK>;
};

pnoc: interconnect@fc468000 {
@@ -1093,7 +1093,7 @@ pnoc: interconnect@fc468000 {
#interconnect-cells = <1>;
clock-names = "bus", "bus_a";
clocks = <&rpmcc RPM_SMD_PNOC_CLK>,
- <&rpmcc RPM_SMD_PNOC_A_CLK>;
+ <&rpmcc RPM_SMD_PNOC_A_CLK>;
};

ocmemnoc: interconnect@fc470000 {
@@ -1102,7 +1102,7 @@ ocmemnoc: interconnect@fc470000 {
#interconnect-cells = <1>;
clock-names = "bus", "bus_a";
clocks = <&rpmcc RPM_SMD_OCMEMGX_CLK>,
- <&rpmcc RPM_SMD_OCMEMGX_A_CLK>;
+ <&rpmcc RPM_SMD_OCMEMGX_A_CLK>;
};

mmssnoc: interconnect@fc478000 {
@@ -1111,7 +1111,7 @@ mmssnoc: interconnect@fc478000 {
#interconnect-cells = <1>;
clock-names = "bus", "bus_a";
clocks = <&mmcc MMSS_S0_AXI_CLK>,
- <&mmcc MMSS_S0_AXI_CLK>;
+ <&mmcc MMSS_S0_AXI_CLK>;
};

cnoc: interconnect@fc480000 {
@@ -1120,7 +1120,7 @@ cnoc: interconnect@fc480000 {
#interconnect-cells = <1>;
clock-names = "bus", "bus_a";
clocks = <&rpmcc RPM_SMD_CNOC_CLK>,
- <&rpmcc RPM_SMD_CNOC_A_CLK>;
+ <&rpmcc RPM_SMD_CNOC_A_CLK>;
};

tsens: thermal-sensor@fc4a9000 {

--
2.41.0