From patchwork Wed Jun 28 10:11:58 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 106503 Delivered-To: patch@linaro.org Received: by 10.140.101.44 with SMTP id t41csp825655qge; Wed, 28 Jun 2017 03:13:27 -0700 (PDT) X-Received: by 10.98.6.1 with SMTP id 1mr9760134pfg.64.1498644807174; Wed, 28 Jun 2017 03:13:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1498644807; cv=none; d=google.com; s=arc-20160816; b=Vt0CdA9JTaSrOQge6Tz3xqmjFdFj6XXJ7a98Y9X5tIC/qHQGz+x6Wpdq476Hbc6y3P XC8GDnAm6cXjYIUGzb3lDBdpqflpS5ndpZO8yoegyRdFrK3YUZ45vrPIaBvzqADlbkpo 6rzU0hRpVQh7Iw3eTitiRliAKSrXeOY+ynXhdPX7XHHjR/z/GmdLajYIXfz9S1vvq86J LkdnQQQm/9yDcmrdkhkHOttj4ummezfqzpkvby8F7/jXwCt9OW4eaYZfgE3lktWe6kIc mcoYUr2MzQIR56AE895CELaB5I2ORsIHdAkUnDUVDPdLpjlXnAhEGYW/jqwcmvK4L4sl jNqw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=eYdNrsYjfdIhy8WPfRaOKqzv6eqeFio01vihOsCs4+I=; b=IAEBAf4R22ITPy7ZbF+Wa+YJuqvCLOQj4EoI3AM+eIIV7mw6z/Cs56nZy2Q4wckTii bklK+HRhSHKF1MPrJdC0O+pDA2rSbBCGjQU3Wx1e27zlpHPudNfxQdG9z5kFn9tNj2+O kZatqQ0wFPBh2L4xkzw5YMnDjz3CBawK0DERK989LquropY5OLKYOeGVmlRxe9EdB0o7 ryA81+haPhAhhbC4/tWpXN770gnDejbCHlTv5ScI4n3xRBdx7nezyiIZH1JvvQbVpNTZ rKKqj6msm34EMt4N1EqZZg/2tOhfg3dDhQNc/ZIZLjMn1K70hWjGVC/dyVYD65q9r8UP nSdA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-pm-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u72si1284252pfk.160.2017.06.28.03.13.26; Wed, 28 Jun 2017 03:13:27 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-pm-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751659AbdF1KNM (ORCPT + 14 others); Wed, 28 Jun 2017 06:13:12 -0400 Received: from mx.socionext.com ([202.248.49.38]:16235 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751575AbdF1KNF (ORCPT ); Wed, 28 Jun 2017 06:13:05 -0400 Received: from unknown (HELO iyokan-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 28 Jun 2017 19:13:03 +0900 Received: from mail.mfilter.local (unknown [10.213.24.61]) by iyokan-ex.css.socionext.com (Postfix) with ESMTP id C06FA6007B; Wed, 28 Jun 2017 19:13:03 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Wed, 28 Jun 2017 19:13:03 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id 4275A1A0E89; Wed, 28 Jun 2017 19:13:03 +0900 (JST) From: Kunihiko Hayashi To: rui.zhang@intel.com, edubezval@gmail.com Cc: linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, yamada.masahiro@socionext.com, masami.hiramatsu@linaro.org, jaswinder.singh@linaro.org, Kunihiko Hayashi Subject: [PATCH v2 1/2] dt-bindings: thermal: add binding documentation for UniPhier thermal monitor Date: Wed, 28 Jun 2017 19:11:58 +0900 Message-Id: <1498644719-25611-2-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1498644719-25611-1-git-send-email-hayashi.kunihiko@socionext.com> References: <1498644719-25611-1-git-send-email-hayashi.kunihiko@socionext.com> Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Add devicetree binding documentation for thermal monitor implemented on Socionext UniPhier SoCs. Signed-off-by: Kunihiko Hayashi Acked-by: Rob Herring --- .../bindings/thermal/uniphier-thermal.txt | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 Documentation/devicetree/bindings/thermal/uniphier-thermal.txt -- 2.7.4 diff --git a/Documentation/devicetree/bindings/thermal/uniphier-thermal.txt b/Documentation/devicetree/bindings/thermal/uniphier-thermal.txt new file mode 100644 index 0000000..686c0b4 --- /dev/null +++ b/Documentation/devicetree/bindings/thermal/uniphier-thermal.txt @@ -0,0 +1,64 @@ +* UniPhier Thermal bindings + +This describes the devicetree bindings for thermal monitor supported by +PVT(Process, Voltage and Temperature) monitoring unit implemented on Socionext +UniPhier SoCs. + +Required properties: +- compatible : + - "socionext,uniphier-pxs2-thermal" : For UniPhier PXs2 SoC + - "socionext,uniphier-ld20-thermal" : For UniPhier LD20 SoC +- interrupts : IRQ for the temperature alarm +- #thermal-sensor-cells : Should be 0. See ./thermal.txt for details. + +Optional properties: +- socionext,tmod-calibration: A pair of calibrated values referred from PVT, + in case that the values aren't set on SoC, + like a reference board. + +Example: + + sysctrl@61840000 { + compatible = "socionext,uniphier-ld20-sysctrl", + "simple-mfd", "syscon"; + reg = <0x61840000 0x10000>; + ... + pvtctl: pvtctl { + compatible = "socionext,uniphier-ld20-thermal"; + interrupts = <0 3 1>; + #thermal-sensor-cells = <0>; + }; + ... + }; + + thermal-zones { + cpu_thermal { + polling-delay-passive = <250>; /* 250ms */ + polling-delay = <1000>; /* 1000ms */ + thermal-sensors = <&pvtctl>; + + trips { + cpu_crit: cpu_crit { + temperature = <110000>; /* 110C */ + hysteresis = <2000>; + type = "critical"; + }; + cpu_alert: cpu_alert { + temperature = <100000>; /* 100C */ + hysteresis = <2000>; + type = "passive"; + }; + }; + + cooling-maps { + map0 { + trip = <&cpu_alert>; + cooling-device = <&cpu0 (-1) (-1)>; + }; + map1 { + trip = <&cpu_alert>; + cooling-device = <&cpu2 (-1) (-1)>; + }; + }; + }; + };