From patchwork Sat Aug 31 11:29:23 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Diederik de Haas X-Patchwork-Id: 13786076 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E733ECD1293 for ; Sat, 31 Aug 2024 11:32:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=/x46giHTdVhCr/Jxv8/tM7J/6KMCSjAvr93GDNuu3LU=; b=E9Y29/cSq4Lr0MgAF/lsIXkL/R 8taHjQZ3oloBJkR4PcyDh6WqMbLlxw66XN5bqILopBY6SxqvNbqGVfTZQyoDuIA8fRMtCldiNKK+v ykwFiJ1S8MSNuixyQA45lWqAj6AZThhEmuvefcRNhBYFY1AsF851o0RwpNQVTEQScwX9sck5Ce2xh d3fjQX11feSuTZRZDK2JTgW45DxJP2tor8yo5fOouB0fqa9mlivMRiYGzUIx+Z4drBoEIPCiDKhOu hpls1e8vL72S67UJ9cKDKFWHUC8f11TsnFpJpBJIVOsOPomHa4xQ6WNrqRG2FER1I5DY9B5zyHHUM Ijqe0Apg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1skMKd-00000009FXf-0fIM; Sat, 31 Aug 2024 11:31:51 +0000 Received: from out-180.mta0.migadu.com ([2001:41d0:1004:224b::b4]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1skMJj-00000009F82-2GG4 for linux-arm-kernel@lists.infradead.org; Sat, 31 Aug 2024 11:30:57 +0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cknow.org; s=key1; t=1725103850; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=/x46giHTdVhCr/Jxv8/tM7J/6KMCSjAvr93GDNuu3LU=; b=WC3Ub8eietgGEANwsdjR4z1aVbkTrtnU+ATktv8ygusyOj6Yd+qFW5GeYmc0pL3cJXsEAO 4SmLlSuk/no1/Kama3RN1bG0bZQn47LbcJlL7TKb6sa4KHN+mpP67ghSg0K+ezUZC7+gOJ ARr9ejjr8POLS/+eRwW/nbdsn01lvTEINVjQs4ctQfy6D1J8CGNpizXc3qoveLnAmecsqI xfIHMA5dy2RmI1qr//4gcNrwsHJojcpua4ER833mYgBGN8SYmEShYGc73qZBrknzBTm3tb D/MiD9xmNmLSQhryRT/NlolVSy8bYGSSkoENH2/0geaS0oU3upW0LRCm1t8ubg== From: Diederik de Haas To: Heiko Stuebner Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Dragan Simic , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Diederik de Haas Subject: [PATCH] arm64: dts: rockchip: Add missing tshut props to tsadc on quartz64-b Date: Sat, 31 Aug 2024 13:29:23 +0200 Message-ID: <20240831112949.60091-1-didi.debian@cknow.org> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240831_043055_915622_6A5207A7 X-CRM114-Status: UNSURE ( 8.20 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add the missing TSADC properties `rockchip,hw-tshut-mode` and `rockchip,hw-tshut-polarity` to the Pine64 Quartz64 Model B. This fixes the following warnings: rockchip-thermal fe710000.tsadc: Missing tshut mode property, using default (gpio) rockchip-thermal fe710000.tsadc: Missing tshut-polarity property, using default (low) Signed-off-by: Diederik de Haas --- arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts b/arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts index 13e599a85eb8..c164074ddf54 100644 --- a/arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts +++ b/arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts @@ -648,6 +648,8 @@ flash@0 { }; &tsadc { + rockchip,hw-tshut-mode = <1>; + rockchip,hw-tshut-polarity = <0>; status = "okay"; };