From patchwork Fri Mar 30 03:51:19 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 132585 Delivered-To: patch@linaro.org Received: by 10.46.84.29 with SMTP id i29csp2554402ljb; Thu, 29 Mar 2018 20:51:50 -0700 (PDT) X-Google-Smtp-Source: AIpwx48jUEc007ymYlbH3YUz9O1msuIo3/3n0dXyfLEd+dUXOD9aRXDXsURAxEDxrzWB987iDOP/ X-Received: by 2002:a17:902:6103:: with SMTP id t3-v6mr11288588plj.76.1522381910145; Thu, 29 Mar 2018 20:51:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522381910; cv=none; d=google.com; s=arc-20160816; b=GM+qBFJdMzATL2IgNvteBD1af++q+hgboayqZcd2TqeEHMmHQfZeR+pUoVLmndqNp5 xT+9T7ZbQJGN5VAb4yLwqLsKNzgjFEcnXYCrngfOHVHRvC/F4fWMVRldSjwSwZvanaau qx4j9FRyOaCY9t2mecwMhIKFH8wDVln3bgZehE+mZkmPtSyFwC5iu7wDc95dvLJNB0Jp 97fnr0ftD81EDQlD1SSayWaLgvYzo+Y7+wWYWyFpmWT1FF+LI8OB9ghUSAAKxg6d4tUz 9rW//zoYmH67eV5U45wcAToC20zzym2PdrXnFO90tnTV0AxR0uDOZKQ08vS/urBmsEAd kTxg== 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=iMCpxUepbQgoAct9pVZmdj6rEa9JgOHsSvAJPoMZo0M=; b=IFdi26Jgvzv/KKNIwr7/RSYqEsRR4gmcMnrLsEEX9XoGYXAzc6uGrtTJ5J9Ph84Qbu DGaepldRiD6aslaufpGR9OUFdHmG69cwsny+U2U1WQfDzoBMtgdhtDgzW7eQCdbVMLGy Jfk5w2t/R8YRJe+6XVlK4v/Stjm0JCBKNqN98kKwg6Ptcn15mcTftDTpOWVUjsMlRhCm XQ1Y2Vh+TcuNwy6D4PCyMv9DAzCm8bYVVwiFSxtil7zcN5V+YEns1gwu1ew+0xMYS+3e R3G+CZ7BCpsuRbT4vYD4EwNn/xKdtScmjpVyZkyiCbrO2kSF5RoMLo2qw9UwqBqyTSuh Tp2w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-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 h7si4926462pgc.663.2018.03.29.20.51.49; Thu, 29 Mar 2018 20:51:50 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753042AbeC3Dvq (ORCPT + 29 others); Thu, 29 Mar 2018 23:51:46 -0400 Received: from mx.socionext.com ([202.248.49.38]:46792 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752619AbeC3Dvn (ORCPT ); Thu, 29 Mar 2018 23:51:43 -0400 Received: from unknown (HELO iyokan-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 30 Mar 2018 12:51:42 +0900 Received: from mail.mfilter.local (m-filter-2 [10.213.24.62]) by iyokan-ex.css.socionext.com (Postfix) with ESMTP id 6627861885; Fri, 30 Mar 2018 12:51:42 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Fri, 30 Mar 2018 12:51:42 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id C96BE1A0DEC; Fri, 30 Mar 2018 12:51:41 +0900 (JST) From: Kunihiko Hayashi To: Zhang Rui , Eduardo Valentin , Masahiro Yamada , linux-pm@vger.kernel.org, Rob Herring , Mark Rutland Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Masami Hiramatsu , Jassi Brar , Kunihiko Hayashi Subject: [PATCH 1/2] dt-bindings: thermal: uniphier: add a compatible string for PXs3 Date: Fri, 30 Mar 2018 12:51:19 +0900 Message-Id: <1522381880-18892-2-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1522381880-18892-1-git-send-email-hayashi.kunihiko@socionext.com> References: <1522381880-18892-1-git-send-email-hayashi.kunihiko@socionext.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add a compatible string for thermal monitor implemented on UniPhier PXs3 SoC. Signed-off-by: Kunihiko Hayashi --- Documentation/devicetree/bindings/thermal/uniphier-thermal.txt | 1 + 1 file changed, 1 insertion(+) -- 2.7.4 diff --git a/Documentation/devicetree/bindings/thermal/uniphier-thermal.txt b/Documentation/devicetree/bindings/thermal/uniphier-thermal.txt index 686c0b4..ceb92a9 100644 --- a/Documentation/devicetree/bindings/thermal/uniphier-thermal.txt +++ b/Documentation/devicetree/bindings/thermal/uniphier-thermal.txt @@ -8,6 +8,7 @@ Required properties: - compatible : - "socionext,uniphier-pxs2-thermal" : For UniPhier PXs2 SoC - "socionext,uniphier-ld20-thermal" : For UniPhier LD20 SoC + - "socionext,uniphier-pxs3-thermal" : For UniPhier PXs3 SoC - interrupts : IRQ for the temperature alarm - #thermal-sensor-cells : Should be 0. See ./thermal.txt for details.