diff --git a/nv-platform/tegra234-p3701-0000.dtsi b/nv-platform/tegra234-p3701-0000.dtsi index 055c185..8a911aa 100644 --- a/nv-platform/tegra234-p3701-0000.dtsi +++ b/nv-platform/tegra234-p3701-0000.dtsi @@ -51,38 +51,6 @@ }; }; - thermal-zones { - tboard-thermal { - polling-delay = <0>; - polling-delay-passive = <0>; - thermal-sensors = <&tegra_tmp451 0>; - status = "okay"; - - trips { - tboard-hot { - temperature = <106000>; - hysteresis = <0>; - type = "hot"; - }; - }; - }; - - tdiode-thermal { - polling-delay = <0>; - polling-delay-passive = <0>; - thermal-sensors = <&tegra_tmp451 1>; - status = "okay"; - - trips { - tdiode-hot { - temperature = <106000>; - hysteresis = <0>; - type = "hot"; - }; - }; - }; - }; - eeprom-manager { bus@0 { i2c-bus = <&gen1_i2c>; diff --git a/nv-platform/tegra234-p3701-0008.dtsi b/nv-platform/tegra234-p3701-0008.dtsi index cf2df15..915c8ce 100644 --- a/nv-platform/tegra234-p3701-0008.dtsi +++ b/nv-platform/tegra234-p3701-0008.dtsi @@ -147,21 +147,5 @@ }; }; }; - - tboard-thermal { - trips { - tboard-hot { - temperature = <119000>; - }; - }; - }; - - tdiode-thermal { - trips { - tdiode-hot { - temperature = <119000>; - }; - }; - }; }; };