mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: tegra: Add missing whitespace
The unit-address of a node should be separated from the opening brace by a space. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
@@ -1750,7 +1750,7 @@
|
||||
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>,
|
||||
|
||||
Reference in New Issue
Block a user