Commit 1b1bd497 authored by Stephan Gerhold's avatar Stephan Gerhold Committed by Bjorn Andersson

arm64: dts: qcom: msm8916: Minor style fixes

Fix usages of spaces for indentation, break a long line
and remove duplicate new lines. Add some spaces where appropriate.
Signed-off-by: default avatarStephan Gerhold <stephan@gerhold.net>
Link: https://lore.kernel.org/r/20200915071221.72895-8-stephan@gerhold.netSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 5342f1df
...@@ -151,8 +151,8 @@ CPU3: cpu@3 { ...@@ -151,8 +151,8 @@ CPU3: cpu@3 {
}; };
L2_0: l2-cache { L2_0: l2-cache {
compatible = "cache"; compatible = "cache";
cache-level = <2>; cache-level = <2>;
}; };
idle-states { idle-states {
...@@ -225,7 +225,7 @@ CLUSTER_PD: power-domain-cluster { ...@@ -225,7 +225,7 @@ CLUSTER_PD: power-domain-cluster {
pmu { pmu {
compatible = "arm,cortex-a53-pmu"; compatible = "arm,cortex-a53-pmu";
interrupts = <GIC_PPI 7 (GIC_CPU_MASK_SIMPLE(4)| IRQ_TYPE_LEVEL_HIGH)>; interrupts = <GIC_PPI 7 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
}; };
thermal-zones { thermal-zones {
...@@ -393,7 +393,9 @@ smem { ...@@ -393,7 +393,9 @@ smem {
firmware { firmware {
scm: scm { scm: scm {
compatible = "qcom,scm"; compatible = "qcom,scm";
clocks = <&gcc GCC_CRYPTO_CLK>, <&gcc GCC_CRYPTO_AXI_CLK>, <&gcc GCC_CRYPTO_AHB_CLK>; clocks = <&gcc GCC_CRYPTO_CLK>,
<&gcc GCC_CRYPTO_AXI_CLK>,
<&gcc GCC_CRYPTO_AHB_CLK>;
clock-names = "core", "bus", "iface"; clock-names = "core", "bus", "iface";
#reset-cells = <1>; #reset-cells = <1>;
...@@ -741,14 +743,14 @@ lpass: lpass@7708000 { ...@@ -741,14 +743,14 @@ lpass: lpass@7708000 {
#size-cells = <0>; #size-cells = <0>;
}; };
lpass_codec: codec{ lpass_codec: codec@771c000 {
compatible = "qcom,msm8916-wcd-digital-codec"; compatible = "qcom,msm8916-wcd-digital-codec";
reg = <0x0771c000 0x400>; reg = <0x0771c000 0x400>;
clocks = <&gcc GCC_ULTAUDIO_AHBFABRIC_IXFABRIC_CLK>, clocks = <&gcc GCC_ULTAUDIO_AHBFABRIC_IXFABRIC_CLK>,
<&gcc GCC_CODEC_DIGCODEC_CLK>; <&gcc GCC_CODEC_DIGCODEC_CLK>;
clock-names = "ahbix-clk", "mclk"; clock-names = "ahbix-clk", "mclk";
#sound-dai-cells = <1>; #sound-dai-cells = <1>;
}; };
sdhc_1: sdhci@7824000 { sdhc_1: sdhci@7824000 {
compatible = "qcom,sdhci-msm-v4"; compatible = "qcom,sdhci-msm-v4";
...@@ -1159,7 +1161,6 @@ dsi_phy0: dsi-phy@1a98300 { ...@@ -1159,7 +1161,6 @@ dsi_phy0: dsi-phy@1a98300 {
}; };
}; };
mpss: hexagon@4080000 { mpss: hexagon@4080000 {
compatible = "qcom,q6v5-pil"; compatible = "qcom,q6v5-pil";
reg = <0x04080000 0x100>, reg = <0x04080000 0x100>,
...@@ -1216,7 +1217,7 @@ fastrpc { ...@@ -1216,7 +1217,7 @@ fastrpc {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
cb@1{ cb@1 {
compatible = "qcom,fastrpc-compute-cb"; compatible = "qcom,fastrpc-compute-cb";
reg = <1>; reg = <1>;
}; };
...@@ -1474,7 +1475,7 @@ funnel1_out: endpoint { ...@@ -1474,7 +1475,7 @@ funnel1_out: endpoint {
}; };
debug0: debug@850000 { debug0: debug@850000 {
compatible = "arm,coresight-cpu-debug","arm,primecell"; compatible = "arm,coresight-cpu-debug", "arm,primecell";
reg = <0x850000 0x1000>; reg = <0x850000 0x1000>;
clocks = <&rpmcc RPM_QDSS_CLK>; clocks = <&rpmcc RPM_QDSS_CLK>;
clock-names = "apb_pclk"; clock-names = "apb_pclk";
...@@ -1483,7 +1484,7 @@ debug0: debug@850000 { ...@@ -1483,7 +1484,7 @@ debug0: debug@850000 {
}; };
debug1: debug@852000 { debug1: debug@852000 {
compatible = "arm,coresight-cpu-debug","arm,primecell"; compatible = "arm,coresight-cpu-debug", "arm,primecell";
reg = <0x852000 0x1000>; reg = <0x852000 0x1000>;
clocks = <&rpmcc RPM_QDSS_CLK>; clocks = <&rpmcc RPM_QDSS_CLK>;
clock-names = "apb_pclk"; clock-names = "apb_pclk";
...@@ -1492,7 +1493,7 @@ debug1: debug@852000 { ...@@ -1492,7 +1493,7 @@ debug1: debug@852000 {
}; };
debug2: debug@854000 { debug2: debug@854000 {
compatible = "arm,coresight-cpu-debug","arm,primecell"; compatible = "arm,coresight-cpu-debug", "arm,primecell";
reg = <0x854000 0x1000>; reg = <0x854000 0x1000>;
clocks = <&rpmcc RPM_QDSS_CLK>; clocks = <&rpmcc RPM_QDSS_CLK>;
clock-names = "apb_pclk"; clock-names = "apb_pclk";
...@@ -1501,7 +1502,7 @@ debug2: debug@854000 { ...@@ -1501,7 +1502,7 @@ debug2: debug@854000 {
}; };
debug3: debug@856000 { debug3: debug@856000 {
compatible = "arm,coresight-cpu-debug","arm,primecell"; compatible = "arm,coresight-cpu-debug", "arm,primecell";
reg = <0x856000 0x1000>; reg = <0x856000 0x1000>;
clocks = <&rpmcc RPM_QDSS_CLK>; clocks = <&rpmcc RPM_QDSS_CLK>;
clock-names = "apb_pclk"; clock-names = "apb_pclk";
...@@ -1679,7 +1680,6 @@ cti15: cti@85b000 { ...@@ -1679,7 +1680,6 @@ cti15: cti@85b000 {
status = "disabled"; status = "disabled";
}; };
venus: video-codec@1d00000 { venus: video-codec@1d00000 {
compatible = "qcom,msm8916-venus"; compatible = "qcom,msm8916-venus";
reg = <0x01d00000 0xff000>; reg = <0x01d00000 0xff000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment