From patchwork Wed Apr 21 20:04:44 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ezequiel Garcia X-Patchwork-Id: 12216971 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B2876C433B4 for ; Wed, 21 Apr 2021 20:05:13 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 664A5613C3 for ; Wed, 21 Apr 2021 20:05:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 664A5613C3 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=collabora.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=izHo+pO8k9S1uNf7s30PIbYeo5aO7nqbpRONRNIgDFE=; b=RnEVLfXjcoTvSJgIqPZoBguGOB 29YY1NHxSsF+REEML5dndgbA0cL7BfAWjLbLkX3ZMmMu1wtJyq71RvT02c6PQBeSJcUzaaMHZ2R9s UrL4QGHHanReSc5IMPlWBZLC1YYejFrtamu8xhE+zgIRcJpNRTTZajbz1jIgvVmpna++dv7DU5N0X mdPgTRUKGkilWplzOD2lwX0MUGVqWMLrh3xceXdXe8IkyqnqKCkd3lGK5m6ekuxO4oki8PT3oTo1P tOoORzHDlzK9rWHEsU2IxJYuxMZ0FU5Ap6Jn0t2B8E/61wsItIwqGFClxGMPlDVQ0tfg0gMRLedrX hlMyXwlA==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lZJ5v-00F5NR-Nn; Wed, 21 Apr 2021 20:05:07 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lZJ5q-00F5N1-RQ for linux-rockchip@desiato.infradead.org; Wed, 21 Apr 2021 20:05:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=h8s3XTBQzPnnhgSo7ISB4tOsmsAGLqQ5FkXjpPte9DU=; b=ls9Sd0sO+MkfxWsTh/Abp2qaqP RN6kP8LCHM7dWBugv8eWtx89AR9DozVISiy/1lXMc63C3mp23WvUYMsi3yoJ7ITeFbiYgua5Yhuw8 N5LZzvsyco7GDUdnkoIH7dmEVvoa7xWne54tY262uR6FbcTP/gS2iemrgvBNs1jsrFsfyJLiddVLZ J421Ap9Fl8Ab1/MIxKlaUjH5ye5T3dTOQtcq8LJm4EfrJdepbyBCgyrlAJRFRnnP2KEqfPcBkzcSJ s+YR38OylcUWkDdag8FhgbefubJilB7o0PO74NhPy66/ljd6j59gb/AxOZMQknOnaX/drryOPmuFK J3YPlsHQ==; Received: from bhuna.collabora.co.uk ([2a00:1098:0:82:1000:25:2eeb:e3e3]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lZJ5n-00D9od-M5 for linux-rockchip@lists.infradead.org; Wed, 21 Apr 2021 20:05:01 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: ezequiel) with ESMTPSA id DE0AF1F422FB From: Ezequiel Garcia To: linux-pm@vger.kernel.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org Cc: Heiko Stuebner , Rob Herring , Daniel Lezcano , Kever Yang , Elaine Zhang , Zhang Rui , Finley Xiao , Ezequiel Garcia , kernel@collabora.com Subject: [PATCH 1/2] dt-bindings: rockchip-thermal: Support the RK3568 SoC compatible Date: Wed, 21 Apr 2021 17:04:44 -0300 Message-Id: <20210421200445.32977-1-ezequiel@collabora.com> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210421_130459_874440_5E33448C X-CRM114-Status: UNSURE ( 8.04 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Add a new compatible for the thermal sensor device on RK3568 SoCs. Signed-off-by: Ezequiel Garcia Acked-by: Rob Herring --- Documentation/devicetree/bindings/thermal/rockchip-thermal.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/thermal/rockchip-thermal.txt b/Documentation/devicetree/bindings/thermal/rockchip-thermal.txt index 7f94669e9ebe..346e466c2006 100644 --- a/Documentation/devicetree/bindings/thermal/rockchip-thermal.txt +++ b/Documentation/devicetree/bindings/thermal/rockchip-thermal.txt @@ -9,6 +9,7 @@ Required properties: "rockchip,rk3328-tsadc": found on RK3328 SoCs "rockchip,rk3368-tsadc": found on RK3368 SoCs "rockchip,rk3399-tsadc": found on RK3399 SoCs + "rockchip,rk3568-tsadc": found on RK3568 SoCs - reg : physical base address of the controller and length of memory mapped region. - interrupts : The interrupt number to the cpu. The interrupt specifier format