Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c05b799e authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by Krzysztof Kozlowski
Browse files

ARM: dts: exynos: remove no longer needed samsung thermal properties



Remove no longer needed samsung thermal properties.

There should be no functional changes caused by this patch.

Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 856817cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -242,7 +242,7 @@
			interrupts = <GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&cmu CLK_TMU_APBIF>;
			clock-names = "tmu_apbif";
			#include "exynos4412-tmu-sensor-conf.dtsi"
			#thermal-sensor-cells = <0>;
			status = "disabled";
		};

+1 −1
Original line number Diff line number Diff line
@@ -735,7 +735,7 @@
			reg = <0x100C0000 0x100>;
			interrupts = <2 4>;
			status = "disabled";
			#include "exynos4412-tmu-sensor-conf.dtsi"
			#thermal-sensor-cells = <0>;
		};

		jpeg_codec: jpeg-codec@11840000 {
+0 −20
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 * Device tree sources for Exynos4412 TMU sensor configuration
 *
 * Copyright (c) 2014 Lukasz Majewski <l.majewski@samsung.com>
 */

#include <dt-bindings/thermal/thermal_exynos.h>

#thermal-sensor-cells = <0>;
samsung,tmu_gain = <8>;
samsung,tmu_reference_voltage = <16>;
samsung,tmu_noise_cancel_mode = <4>;
samsung,tmu_efuse_value = <55>;
samsung,tmu_min_efuse_value = <40>;
samsung,tmu_max_efuse_value = <100>;
samsung,tmu_first_point_trim = <25>;
samsung,tmu_second_point_trim = <85>;
samsung,tmu_default_temp_offset = <50>;
samsung,tmu_cal_type = <TYPE_ONE_POINT_TRIMMING>;
+1 −1
Original line number Diff line number Diff line
@@ -301,7 +301,7 @@
			interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&clock CLK_TMU>;
			clock-names = "tmu_apbif";
			#include "exynos4412-tmu-sensor-conf.dtsi"
			#thermal-sensor-cells = <0>;
		};

		sata: sata@122f0000 {
+4 −4
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@
			interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&clock CLK_TMU>;
			clock-names = "tmu_apbif";
			#include "exynos4412-tmu-sensor-conf.dtsi"
			#thermal-sensor-cells = <0>;
		};

		tmu_cpu1: tmu@10064000 {
@@ -102,7 +102,7 @@
			interrupts = <GIC_SPI 183 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&clock CLK_TMU>;
			clock-names = "tmu_apbif";
			#include "exynos4412-tmu-sensor-conf.dtsi"
			#thermal-sensor-cells = <0>;
		};

		tmu_cpu2: tmu@10068000 {
@@ -111,7 +111,7 @@
			interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&clock CLK_TMU>;
			clock-names = "tmu_apbif";
			#include "exynos4412-tmu-sensor-conf.dtsi"
			#thermal-sensor-cells = <0>;
		};

		tmu_cpu3: tmu@1006c000 {
@@ -120,7 +120,7 @@
			interrupts = <GIC_SPI 185 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&clock CLK_TMU>;
			clock-names = "tmu_apbif";
			#include "exynos4412-tmu-sensor-conf.dtsi"
			#thermal-sensor-cells = <0>;
		};

		mmc_0: mmc@12200000 {
Loading