mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 23:48:56 -04:00
ARM: dts: qcom: msm8974: replace incorrect indentation in interconnect
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@z3ntu.xyz> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230627-msm8974-sort-v1-1-75c5800a2e09@z3ntu.xyz Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
2138c32af1
commit
207f4ce365
@@ -1107,7 +1107,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 {
|
||||
@@ -1116,7 +1116,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 {
|
||||
@@ -1125,7 +1125,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 {
|
||||
@@ -1134,7 +1134,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 {
|
||||
@@ -1143,7 +1143,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 {
|
||||
@@ -1152,7 +1152,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 {
|
||||
|
||||
Reference in New Issue
Block a user