From patchwork Mon Sep 4 01:16:29 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 111529 Delivered-To: patch@linaro.org Received: by 10.140.94.166 with SMTP id g35csp914841qge; Sun, 3 Sep 2017 18:16:44 -0700 (PDT) X-Google-Smtp-Source: ADKCNb5G9ijpgN31BjTF27EFezvlCeWay7WwtsMmD0LNSd9epSRGBRxMYD39ZQxnSsoaauMJTtX+ X-Received: by 10.98.15.72 with SMTP id x69mr9975872pfi.169.1504487804694; Sun, 03 Sep 2017 18:16:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1504487804; cv=none; d=google.com; s=arc-20160816; b=wpnP4zIa0lET7+6C3P6r48rWPGvzdfIVUc/NI2m15fl7IFigP3uTtNhLU5nrQ8noBJ OBfFWU27ltb/xEYrGSXLAbgL7V+PLa2Y2Oe1V1DQb52ZcA98cz6WxRtrkD6x9q5gSBMa gqqp2fvY5GtSV6ci1H19njdSka8KmjN5B6ZbL3EPLr/KEHP39RqmFtf4odoDVgB0i4nE HMpZ7U8ownmlbpEXHL6iiC2a21upSC0AbFKYy18GT4iAXoDcJIavYSvScyomFFQkBVLK i5whCzjwl7wQ2AQAUE4M7g7elPugIdNIpCKIZHfxEsvtrirjlbruYHgqTGWMZs9JaNjX i1aQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=ct61LI93Bak2hzeYKbjKKhdUCRZfHm7uFoVbtoZCIuM=; b=jFauFQ0aeGzhJSvuHXsb590PkXFlsD6U2HBBej4UV/OtbAvko99l58jSJwD2F4QOrY WfDoPFP8QmZZmPlBl1dz/MOdunzEosvkBgEknzHxCs0usHvJsvjTO5+rIlsl8Ivgnqml y59aszWnf/WYWFoEBOafveUh0wKxj7D45OTzcoIL+d63+p2JFKti8/nE8LIuvFxMC9eX wsGncrZ68OHKBOmd7EvSaKTHGVSiEffdC9vRiW9gg01BnMJRtCKt0bZFe7OXqGRAROrD JaYFHzSUFU9idop63G6B082zKpOpZS4nmf8JegnQrInpykRbXj7P4heoF8p8xAxlAnqK qaeA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-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 i3si4405291pld.633.2017.09.03.18.16.44; Sun, 03 Sep 2017 18:16:44 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-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 devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753152AbdIDBQm (ORCPT + 6 others); Sun, 3 Sep 2017 21:16:42 -0400 Received: from mx.socionext.com ([202.248.49.38]:11085 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753098AbdIDBQl (ORCPT ); Sun, 3 Sep 2017 21:16:41 -0400 Received: from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 04 Sep 2017 10:16:41 +0900 Received: from mail.mfilter.local (unknown [10.213.24.61]) by kinkan-ex.css.socionext.com (Postfix) with ESMTP id 93C25180223; Mon, 4 Sep 2017 10:16:40 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Mon, 4 Sep 2017 10:16:40 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id 21FC61A121E; Mon, 4 Sep 2017 10:16:40 +0900 (JST) From: Kunihiko Hayashi To: robh+dt@kernel.org, mark.rutland@arm.com, yamada.masahiro@socionext.com Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, masami.hiramatsu@linaro.org, jaswinder.singh@linaro.org, Kunihiko Hayashi Subject: [PATCH v4 0/2] add thermal nodes for UniPhier SoCs Date: Mon, 4 Sep 2017 10:16:29 +0900 Message-Id: <1504487791-20582-1-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This series adds thermal nodes for UniPhier PXs2 and LD20 SoCs. Changes since v3: - rebase on top of linux-next Changes since v2: - add the calibration value to device tree for LD20 reference board Changes since v1: - separate from driver's patchset[1] - add cooling-maps nodes on the device tree - fix an interrupt trigger to set 'level-triggered' according to hardware specification - bring up threshold temperature for LD20 according to the spec sheet - add cpuN labels for reference in cooling-device property on PXs2 dts [1] https://lkml.org/lkml/2017/6/28/170 Kunihiko Hayashi (2): ARM: dts: uniphier: add nodes of thermal monitor and thermal zone for PXs2 arm64: dts: uniphier: add nodes of thermal monitor and thermal zone for LD20 arch/arm/boot/dts/uniphier-pxs2.dtsi | 43 ++++++++++++++++++++-- .../arm64/boot/dts/socionext/uniphier-ld20-ref.dts | 4 ++ arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 40 ++++++++++++++++++++ 3 files changed, 83 insertions(+), 4 deletions(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html