t23x: overlay: Remove duplicate thermal entries

Remove duplicate thermal entries which already landed on the mainline
v6.5 and were backported.

Bug 3960800
Bug 4035713
Bug 4204722

Signed-off-by: Yi-Wei Wang <yiweiw@nvidia.com>
Change-Id: Iaa7bbe01ed1cb6135ea360378559fcd931b15d75
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2944082
(cherry picked from commit 5108617a44)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2944438
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Yi-Wei Wang
2023-07-29 01:02:44 +08:00
committed by mobile promotions
parent 91567f1536
commit 37b6533aaf
4 changed files with 0 additions and 67 deletions

View File

@@ -1,19 +0,0 @@
/*
* This header provides constants for binding nvidia,tegra234-bpmp-thermal.
*/
#ifndef _DT_BINDINGS_THERMAL_TEGRA234_BPMP_THERMAL_H
#define _DT_BINDINGS_THERMAL_TEGRA234_BPMP_THERMAL_H
#define TEGRA234_THERMAL_ZONE_CPU 0
#define TEGRA234_THERMAL_ZONE_GPU 1
#define TEGRA234_THERMAL_ZONE_CV0 2
#define TEGRA234_THERMAL_ZONE_CV1 3
#define TEGRA234_THERMAL_ZONE_CV2 4
#define TEGRA234_THERMAL_ZONE_SOC0 5
#define TEGRA234_THERMAL_ZONE_SOC1 6
#define TEGRA234_THERMAL_ZONE_SOC2 7
#define TEGRA234_THERMAL_ZONE_TJ_MAX 8
#define TEGRA234_THERMAL_ZONE_COUNT 9
#endif