ARM: tegra: Properly align clocks for SOCTHERM
authorThierry Reding <treding@nvidia.com>
Fri, 20 Nov 2020 20:27:12 +0000 (21:27 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 26 Nov 2020 18:06:47 +0000 (19:06 +0100)
Entries on subsequent lines should be aligned with the entry on the
first line.

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

index 27fb6a4..d7001b2 100644 (file)
                             <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
                interrupt-names = "thermal", "edp";
                clocks = <&tegra_car TEGRA124_CLK_TSENSOR>,
-                       <&tegra_car TEGRA124_CLK_SOC_THERM>;
+                        <&tegra_car TEGRA124_CLK_SOC_THERM>;
                clock-names = "tsensor", "soctherm";
                resets = <&tegra_car 78>;
                reset-names = "soctherm";