nv-public: enable hot surface alert for safety IGX

Previously hot surface alert was disabled for safety IGX, but
it makes more sense to enable it to warn the user not to touch
the surface.

Bug 4084478
Bug 4561083

Change-Id: Ica725828f31c7e0336aea2376c7721130d675d96
Signed-off-by: Yi-Wei Wang <yiweiw@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3112109
(cherry picked from commit fc80e50350)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3112518
Reviewed-by: Rajkumar Kasirajan <rkasirajan@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Yi-Wei Wang
2024-04-09 17:54:58 +08:00
committed by mobile promotions
parent e5c2fd4172
commit cfa24fd5ab

View File

@@ -122,10 +122,6 @@
cooling-device = <&ga10b 0 0>; cooling-device = <&ga10b 0 0>;
}; };
map-hot-surface-alert {
cooling-device = <&hot_surface_alert 0 0>;
};
map-throttle-alert { map-throttle-alert {
cooling-device = <&cpu_throttle_alert 0 0>; cooling-device = <&cpu_throttle_alert 0 0>;
}; };
@@ -144,10 +140,6 @@
cooling-device = <&ga10b 0 0>; cooling-device = <&ga10b 0 0>;
}; };
map-hot-surface-alert {
cooling-device = <&hot_surface_alert 0 0>;
};
map-throttle-alert { map-throttle-alert {
cooling-device = <&gpu_throttle_alert 0 0>; cooling-device = <&gpu_throttle_alert 0 0>;
}; };
@@ -166,10 +158,6 @@
cooling-device = <&ga10b 0 0>; cooling-device = <&ga10b 0 0>;
}; };
map-hot-surface-alert {
cooling-device = <&hot_surface_alert 0 0>;
};
map-throttle-alert { map-throttle-alert {
cooling-device = <&cv0_throttle_alert 0 0>; cooling-device = <&cv0_throttle_alert 0 0>;
}; };
@@ -188,10 +176,6 @@
cooling-device = <&ga10b 0 0>; cooling-device = <&ga10b 0 0>;
}; };
map-hot-surface-alert {
cooling-device = <&hot_surface_alert 0 0>;
};
map-throttle-alert { map-throttle-alert {
cooling-device = <&cv1_throttle_alert 0 0>; cooling-device = <&cv1_throttle_alert 0 0>;
}; };
@@ -210,10 +194,6 @@
cooling-device = <&ga10b 0 0>; cooling-device = <&ga10b 0 0>;
}; };
map-hot-surface-alert {
cooling-device = <&hot_surface_alert 0 0>;
};
map-throttle-alert { map-throttle-alert {
cooling-device = <&cv2_throttle_alert 0 0>; cooling-device = <&cv2_throttle_alert 0 0>;
}; };
@@ -232,10 +212,6 @@
cooling-device = <&ga10b 0 0>; cooling-device = <&ga10b 0 0>;
}; };
map-hot-surface-alert {
cooling-device = <&hot_surface_alert 0 0>;
};
map-throttle-alert { map-throttle-alert {
cooling-device = <&soc0_throttle_alert 0 0>; cooling-device = <&soc0_throttle_alert 0 0>;
}; };
@@ -254,10 +230,6 @@
cooling-device = <&ga10b 0 0>; cooling-device = <&ga10b 0 0>;
}; };
map-hot-surface-alert {
cooling-device = <&hot_surface_alert 0 0>;
};
map-throttle-alert { map-throttle-alert {
cooling-device = <&soc1_throttle_alert 0 0>; cooling-device = <&soc1_throttle_alert 0 0>;
}; };
@@ -276,10 +248,6 @@
cooling-device = <&ga10b 0 0>; cooling-device = <&ga10b 0 0>;
}; };
map-hot-surface-alert {
cooling-device = <&hot_surface_alert 0 0>;
};
map-throttle-alert { map-throttle-alert {
cooling-device = <&soc2_throttle_alert 0 0>; cooling-device = <&soc2_throttle_alert 0 0>;
}; };