mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 17:30:17 +03:00
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 <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2946066 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
d3aa3fafe2
commit
15a33e8a70
@@ -389,18 +389,18 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
thermal-zones {
|
thermal-zones {
|
||||||
tj-thermal {
|
tj-thermal {
|
||||||
cooling-maps {
|
cooling-maps {
|
||||||
map-active-0 {
|
map-active-0 {
|
||||||
cooling-device = <&fan 0 1>;
|
cooling-device = <&fan 0 1>;
|
||||||
trip = <&tj_trip_active0>;
|
trip = <&tj_trip_active0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
map-active-1 {
|
map-active-1 {
|
||||||
cooling-device = <&fan 1 2>;
|
cooling-device = <&fan 1 2>;
|
||||||
trip = <&tj_trip_active1>;
|
trip = <&tj_trip_active1>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user