arm64: tegra: Add missing whitespace
authorThierry Reding <treding@nvidia.com>
Mon, 24 Oct 2022 14:05:57 +0000 (16:05 +0200)
committerThierry Reding <treding@nvidia.com>
Mon, 21 Nov 2022 12:30:11 +0000 (13:30 +0100)
The unit-address of a node should be separated from the opening brace by
a space.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra234.dtsi

index 78e0df6..f783475 100644 (file)
                        interrupt-controller;
                };
 
-               smmu_iso: iommu@10000000{
+               smmu_iso: iommu@10000000 {
                        compatible = "nvidia,tegra234-smmu", "nvidia,smmu-500";
                        reg = <0x10000000 0x1000000>;
                        interrupts = <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>,