diff options
author | 2020-06-25 13:41:38 +0200 | |
---|---|---|
committer | 2020-07-15 11:07:37 +0200 | |
commit | 4b32eb1c2c6856cf0aba6e298c7abfc6fefd5102 (patch) | |
tree | 45edc4353e35afc94d6191f485fe73d3d0e0ab89 | |
parent | arm64: tegra: Remove unused interrupts from Tegra194 AON GPIO (diff) | |
download | linux-dev-4b32eb1c2c6856cf0aba6e298c7abfc6fefd5102.tar.xz linux-dev-4b32eb1c2c6856cf0aba6e298c7abfc6fefd5102.zip |
arm64: tegra: Fix indentation in Tegra132 device tree
Properly indent subsequent lines so that they align with the first line.
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra132.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra132.dtsi b/arch/arm64/boot/dts/nvidia/tegra132.dtsi index 66710429e429..fefaf392ce56 100644 --- a/arch/arm64/boot/dts/nvidia/tegra132.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra132.dtsi @@ -862,7 +862,7 @@ reg-names = "soctherm-reg", "ccroc-reg"; interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>; 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"; |