Commit 809ec4c5 authored by Manivannan Sadhasivam's avatar Manivannan Sadhasivam Committed by Bjorn Andersson

arm64: dts: qcom: sa8775p: Add missing space between node name and braces

Add missing space between node name and braces to match the style.
Signed-off-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20231206135540.17068-4-manivannan.sadhasivam@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 052c9a1f
...@@ -3515,7 +3515,7 @@ arch_timer: timer { ...@@ -3515,7 +3515,7 @@ arch_timer: timer {
<GIC_PPI 12 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>; <GIC_PPI 12 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
}; };
pcie0: pcie@1c00000{ pcie0: pcie@1c00000 {
compatible = "qcom,pcie-sa8775p"; compatible = "qcom,pcie-sa8775p";
reg = <0x0 0x01c00000 0x0 0x3000>, reg = <0x0 0x01c00000 0x0 0x3000>,
<0x0 0x40000000 0x0 0xf20>, <0x0 0x40000000 0x0 0xf20>,
...@@ -3615,7 +3615,7 @@ pcie0_phy: phy@1c04000 { ...@@ -3615,7 +3615,7 @@ pcie0_phy: phy@1c04000 {
status = "disabled"; status = "disabled";
}; };
pcie1: pcie@1c10000{ pcie1: pcie@1c10000 {
compatible = "qcom,pcie-sa8775p"; compatible = "qcom,pcie-sa8775p";
reg = <0x0 0x01c10000 0x0 0x3000>, reg = <0x0 0x01c10000 0x0 0x3000>,
<0x0 0x60000000 0x0 0xf20>, <0x0 0x60000000 0x0 0xf20>,
......
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