From patchwork Mon Oct 18 01:34:49 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 12564789 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7DDBC433EF for ; Mon, 18 Oct 2021 01:34:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 97AD261266 for ; Mon, 18 Oct 2021 01:34:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243003AbhJRBhG (ORCPT ); Sun, 17 Oct 2021 21:37:06 -0400 Received: from mx.socionext.com ([202.248.49.38]:40503 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243011AbhJRBhF (ORCPT ); Sun, 17 Oct 2021 21:37:05 -0400 Received: from unknown (HELO kinkan2-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 18 Oct 2021 10:34:54 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by kinkan2-ex.css.socionext.com (Postfix) with ESMTP id ECC162059034; Mon, 18 Oct 2021 10:34:53 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Mon, 18 Oct 2021 10:34:53 +0900 Received: from plum.e01.socionext.com (unknown [10.212.243.119]) by kinkan2.css.socionext.com (Postfix) with ESMTP id 6690EB62B7; Mon, 18 Oct 2021 10:34:53 +0900 (JST) From: Kunihiko Hayashi To: "Rafael J. Wysocki" , Daniel Lezcano , Amit Kucheria , Zhang Rui , Rob Herring , Masami Hiramatsu Cc: linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kunihiko Hayashi Subject: [PATCH 0/2] thermal: Introduce UniPhier NX1 SoC support Date: Mon, 18 Oct 2021 10:34:49 +0900 Message-Id: <1634520891-16801-1-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org This series includes the patches to add basic support for new UniPhier NX1 SoC. NX1 SoC also has the same kinds of controls as the other UniPhier SoCs. Kunihiko Hayashi (2): dt-bindings: thermal: uniphier: Add binding for NX1 SoC thermal: uniphier: Add compatible string for NX1 SoC .../devicetree/bindings/thermal/socionext,uniphier-thermal.yaml | 1 + drivers/thermal/uniphier_thermal.c | 4 ++++ 2 files changed, 5 insertions(+)