mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
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:
committed by
mobile promotions
parent
e5c2fd4172
commit
cfa24fd5ab
@@ -122,10 +122,6 @@
|
||||
cooling-device = <&ga10b 0 0>;
|
||||
};
|
||||
|
||||
map-hot-surface-alert {
|
||||
cooling-device = <&hot_surface_alert 0 0>;
|
||||
};
|
||||
|
||||
map-throttle-alert {
|
||||
cooling-device = <&cpu_throttle_alert 0 0>;
|
||||
};
|
||||
@@ -144,10 +140,6 @@
|
||||
cooling-device = <&ga10b 0 0>;
|
||||
};
|
||||
|
||||
map-hot-surface-alert {
|
||||
cooling-device = <&hot_surface_alert 0 0>;
|
||||
};
|
||||
|
||||
map-throttle-alert {
|
||||
cooling-device = <&gpu_throttle_alert 0 0>;
|
||||
};
|
||||
@@ -166,10 +158,6 @@
|
||||
cooling-device = <&ga10b 0 0>;
|
||||
};
|
||||
|
||||
map-hot-surface-alert {
|
||||
cooling-device = <&hot_surface_alert 0 0>;
|
||||
};
|
||||
|
||||
map-throttle-alert {
|
||||
cooling-device = <&cv0_throttle_alert 0 0>;
|
||||
};
|
||||
@@ -188,10 +176,6 @@
|
||||
cooling-device = <&ga10b 0 0>;
|
||||
};
|
||||
|
||||
map-hot-surface-alert {
|
||||
cooling-device = <&hot_surface_alert 0 0>;
|
||||
};
|
||||
|
||||
map-throttle-alert {
|
||||
cooling-device = <&cv1_throttle_alert 0 0>;
|
||||
};
|
||||
@@ -210,10 +194,6 @@
|
||||
cooling-device = <&ga10b 0 0>;
|
||||
};
|
||||
|
||||
map-hot-surface-alert {
|
||||
cooling-device = <&hot_surface_alert 0 0>;
|
||||
};
|
||||
|
||||
map-throttle-alert {
|
||||
cooling-device = <&cv2_throttle_alert 0 0>;
|
||||
};
|
||||
@@ -232,10 +212,6 @@
|
||||
cooling-device = <&ga10b 0 0>;
|
||||
};
|
||||
|
||||
map-hot-surface-alert {
|
||||
cooling-device = <&hot_surface_alert 0 0>;
|
||||
};
|
||||
|
||||
map-throttle-alert {
|
||||
cooling-device = <&soc0_throttle_alert 0 0>;
|
||||
};
|
||||
@@ -254,10 +230,6 @@
|
||||
cooling-device = <&ga10b 0 0>;
|
||||
};
|
||||
|
||||
map-hot-surface-alert {
|
||||
cooling-device = <&hot_surface_alert 0 0>;
|
||||
};
|
||||
|
||||
map-throttle-alert {
|
||||
cooling-device = <&soc1_throttle_alert 0 0>;
|
||||
};
|
||||
@@ -276,10 +248,6 @@
|
||||
cooling-device = <&ga10b 0 0>;
|
||||
};
|
||||
|
||||
map-hot-surface-alert {
|
||||
cooling-device = <&hot_surface_alert 0 0>;
|
||||
};
|
||||
|
||||
map-throttle-alert {
|
||||
cooling-device = <&soc2_throttle_alert 0 0>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user