ARM: dts: qcom: add missing space before {

Add missing whitespace between node name/label and opening {.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221230140133.57885-1-krzysztof.kozlowski@linaro.org
This commit is contained in:
Krzysztof Kozlowski 2022-12-30 15:01:32 +01:00 committed by Bjorn Andersson
parent 47c6315ea6
commit 720229b8e4
3 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@
#size-cells = <1>;
ranges;
ramoops@88d00000{
ramoops@88d00000 {
compatible = "ramoops";
reg = <0x88d00000 0x100000>;
record-size = <0x00020000>;

View File

@ -1101,7 +1101,7 @@
dma-names = "tx", "rx";
};
sdcc3bam: dma-controller@12182000{
sdcc3bam: dma-controller@12182000 {
compatible = "qcom,bam-v1.3.0";
reg = <0x12182000 0x8000>;
interrupts = <0 96 IRQ_TYPE_LEVEL_HIGH>;
@ -1129,7 +1129,7 @@
pinctrl-0 = <&sdc4_gpios>;
};
sdcc4bam: dma-controller@121c2000{
sdcc4bam: dma-controller@121c2000 {
compatible = "qcom,bam-v1.3.0";
reg = <0x121c2000 0x8000>;
interrupts = <0 95 IRQ_TYPE_LEVEL_HIGH>;
@ -1158,7 +1158,7 @@
dma-names = "tx", "rx";
};
sdcc1bam: dma-controller@12402000{
sdcc1bam: dma-controller@12402000 {
compatible = "qcom,bam-v1.3.0";
reg = <0x12402000 0x8000>;
interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;

View File

@ -294,7 +294,7 @@
};
};
sdcc1bam: dma-controller@12182000{
sdcc1bam: dma-controller@12182000 {
compatible = "qcom,bam-v1.3.0";
reg = <0x12182000 0x8000>;
interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
@ -304,7 +304,7 @@
qcom,ee = <0>;
};
sdcc2bam: dma-controller@12142000{
sdcc2bam: dma-controller@12142000 {
compatible = "qcom,bam-v1.3.0";
reg = <0x12142000 0x8000>;
interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;