From 15a33e8a705c64e8868fd6ee7fdfdaaf40c7516e Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Tue, 1 Aug 2023 11:32:53 +0000 Subject: [PATCH] tegra234: Do not use spaces for alignment The device tree files are aligned with tabs. Replace 8 spaces with tabs to align with the coding of device tree. Bug 4037899 Change-Id: Ia7de29a6061d749e1ea45109b48b5bc1194a6c11 Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2946066 Tested-by: mobile promotions Reviewed-by: mobile promotions --- tegra234-p3737-0000+p3701-0000.dts | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/tegra234-p3737-0000+p3701-0000.dts b/tegra234-p3737-0000+p3701-0000.dts index 3b7a29e..1639f85 100644 --- a/tegra234-p3737-0000+p3701-0000.dts +++ b/tegra234-p3737-0000+p3701-0000.dts @@ -389,18 +389,18 @@ }; thermal-zones { - tj-thermal { - cooling-maps { - map-active-0 { - cooling-device = <&fan 0 1>; - trip = <&tj_trip_active0>; - }; + tj-thermal { + cooling-maps { + map-active-0 { + cooling-device = <&fan 0 1>; + trip = <&tj_trip_active0>; + }; - map-active-1 { - cooling-device = <&fan 1 2>; - trip = <&tj_trip_active1>; - }; - }; - }; - }; + map-active-1 { + cooling-device = <&fan 1 2>; + trip = <&tj_trip_active1>; + }; + }; + }; + }; };