From patchwork Tue Aug 1 08:04:50 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 109114 Delivered-To: patch@linaro.org Received: by 10.140.101.6 with SMTP id t6csp1194769qge; Tue, 1 Aug 2017 01:06:12 -0700 (PDT) X-Received: by 10.99.117.12 with SMTP id q12mr9354054pgc.59.1501574772247; Tue, 01 Aug 2017 01:06:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1501574772; cv=none; d=google.com; s=arc-20160816; b=s3ZTrYKwWCNLvjcjdWdC0tUIC1+fnA1KiyLsQMfEN1+ILGWK8/Eh+3Rwqu4N9OAP45 hTDeUQ5blLy5TOF/xh/zUoPRsN7mHwuxMZkCgoO/N2ust5amukovscYagpG7YyH0x6N9 CGZb2tIwKfvByXMcEuqg2ZPRJOkApMJQZXjTTH4xzkpjYLLI5ACeEKSIwHwVLfraV1/w msui6wKB/+mCFX1QItNBUd1KXwALlRfvhlWxrBYMymC4DotE6bCJXwj6G6JeRo16uCiK 0cXjNAEK85id/zk9pPyg5XhOg/JPAI/u7OGhHH1a+mFnhMilu0+wR8l3+wQSyi0P76G2 H9Eg== 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=L38pUSQ+yiWs4atqPWdQXSLZ4kEpDit9dZmDM8PQ4k8wWu8mrCUrPO0l4RKJUBWddg yPGBBLIh1d7JMrSdLIk5YKwfUoITvhpV6FlhrqhN9OSvXsc9/eXKGpV/nTQMVu+HgD5r kQsCgDU8TwkQdkkCZr151qhmP24c8ETYGzeCVs4t6xim1GjL1ImmCj9leqsh6zGb1jG5 ixn0iSMxwm11dMBcfQ1wu248vB5sAqP5kszVTslCgWwHEkhaNR2dy1VVjWHctPEFD487 Ee25TZoro6HCbF7aka1dQ/WIgyCaTeaWyKjhNQvIPzqL1vBn0kVjwTcbOYZW0gDuGAtZ fuLg== 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 p4si18829716pli.169.2017.08.01.01.06.11; Tue, 01 Aug 2017 01:06:12 -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 S1750832AbdHAIGK (ORCPT + 13 others); Tue, 1 Aug 2017 04:06:10 -0400 Received: from mx.socionext.com ([202.248.49.38]:56884 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751910AbdHAIFF (ORCPT ); Tue, 1 Aug 2017 04:05:05 -0400 Received: from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 01 Aug 2017 17:05:04 +0900 Received: from mail.mfilter.local (unknown [10.213.24.62]) by kinkan-ex.css.socionext.com (Postfix) with ESMTP id 87235180B68; Tue, 1 Aug 2017 17:05:04 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Tue, 1 Aug 2017 17:05:04 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id 152141A0ED3; Tue, 1 Aug 2017 17:05:04 +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 v6 1/2] dt-bindings: thermal: add binding documentation for UniPhier thermal monitor Date: Tue, 1 Aug 2017 17:04:50 +0900 Message-Id: <1501574691-8961-2-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1501574691-8961-1-git-send-email-hayashi.kunihiko@socionext.com> References: <1501574691-8961-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)>; + }; + }; + }; + };