From 86bc7d191e1c62b6c4bb615cb5594ebecd308161 Mon Sep 17 00:00:00 2001 From: Jonghwa Lee Date: Fri, 31 Jul 2015 11:05:04 +0900 Subject: thermal: samsung: Make TMU's MUX address configurable There is a test purpose MUX in Exynos TMU(Thermal Management Unit) and it used fixed value up to now while it can be diverged depends on chip implementation or specific uses. It now becomes configurable value via device tree. Signed-off-by: Jonghwa Lee --- Documentation/devicetree/bindings/thermal/exynos-thermal.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'Documentation') diff --git a/Documentation/devicetree/bindings/thermal/exynos-thermal.txt b/Documentation/devicetree/bindings/thermal/exynos-thermal.txt index 695150a4136b..1ce578864b36 100644 --- a/Documentation/devicetree/bindings/thermal/exynos-thermal.txt +++ b/Documentation/devicetree/bindings/thermal/exynos-thermal.txt @@ -54,6 +54,7 @@ Following properties are mandatory (depending on SoC): - samsung,tmu_first_point_trim: First point trimming value - samsung,tmu_second_point_trim: Second point trimming value - samsung,tmu_default_temp_offset: Default temperature offset +- samsung,tmu_mux_addr: MUX address - samsung,tmu_cal_type: Callibration type Example 1): -- cgit v1.2.3