From patchwork Fri Jan 5 16:20:54 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Wunderlich X-Patchwork-Id: 13512383 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 26CF1C3DA6E for ; Fri, 5 Jan 2024 16:21:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: 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: List-Owner; bh=aLPI/yg0rngDTqm05BKBXk7Ik5EFODjNfEcXyu4v8wA=; b=wjnsKWdURHIEZp FUxmGSjlz/g+HP10y8AElzq/j0HBIVpUjirJGT3lSJ1VzRaONTuyLY2pOZ2ZHKQ6A845Do6iFjuS2 jPBC7CP9PZ15+fpLM2HXpRc52Iv1ntjfMvZgl/YIBxsFGLvA2Os09jKUhxAqqtWbqNMdaFztSKyF2 D1yZm+/COJHArXeiukiloD277azTcgQU2dzwV8nZbWZJPh+UQAxPivCILmhDFUpGATu/xUeu4jnd8 Tdkt59fsDBd0gxAWiegiKW/2lznT/5AM09glIrxcC+M36ywmPnmbNspCLhY19OVDuWgThPQ65inru mA/VuxcAYKj4e9+RXvsQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rLmwd-00HIg5-0K; Fri, 05 Jan 2024 16:21:15 +0000 Received: from mxout4.routing.net ([2a03:2900:1:a::9]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rLmwW-00HIcc-2e; Fri, 05 Jan 2024 16:21:12 +0000 Received: from mxbox3.masterlogin.de (unknown [192.168.10.78]) by mxout4.routing.net (Postfix) with ESMTP id 8AC1B100866; Fri, 5 Jan 2024 16:21:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1704471664; 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: in-reply-to:in-reply-to:references:references; bh=bbTPIz1gjiBa6bP04mmh2p5yqroBe9n9SqY/1TA2rR0=; b=YgBZW8H8tPQZI6XRVvoImj6SKnHvJEXOz+8OiJKrlS5cGHYR5FwJdv8eX6O/0iXgn3b/7j 4iJaXnf+9nOUnjAZqYiMB2UA042Qd29XFU4/6TX3nBNAIjedZIuvicOChnGm/T1LJD5m1y KFBufk7ulRwHQNfFXv3/xdJOjaKDQq4= Received: from frank-G5.. (fttx-pool-80.245.77.34.bambit.de [80.245.77.34]) by mxbox3.masterlogin.de (Postfix) with ESMTPSA id B4938360670; Fri, 5 Jan 2024 16:21:03 +0000 (UTC) From: Frank Wunderlich To: Michael Turquette , Stephen Boyd , Matthias Brugger , AngeloGioacchino Del Regno , Philipp Zabel , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Frank Wunderlich , Sam Shih , Daniel Golle , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org Subject: [PATCH v2 1/2] dt-bindings: reset: mediatek: add MT7988 LVTS reset ID Date: Fri, 5 Jan 2024 17:20:54 +0100 Message-Id: <20240105162056.43266-2-linux@fw-web.de> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240105162056.43266-1-linux@fw-web.de> References: <20240105162056.43266-1-linux@fw-web.de> MIME-Version: 1.0 X-Mail-ID: 675202b4-de89-47e3-acdb-612b0c41f0f9 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240105_082109_000883_EB364FBF X-CRM114-Status: GOOD ( 10.13 ) 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 From: Frank Wunderlich Add reset constant for using as index in driver and dts. Signed-off-by: Frank Wunderlich Acked-by: Krzysztof Kozlowski Reviewed-by: Matthias Brugger --- v2: - add missing commit message and SoB - change value of infrareset to 0 --- include/dt-bindings/reset/mediatek,mt7988-resets.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/dt-bindings/reset/mediatek,mt7988-resets.h b/include/dt-bindings/reset/mediatek,mt7988-resets.h index 493301971367..0216eeb249c7 100644 --- a/include/dt-bindings/reset/mediatek,mt7988-resets.h +++ b/include/dt-bindings/reset/mediatek,mt7988-resets.h @@ -10,4 +10,8 @@ /* ETHWARP resets */ #define MT7988_ETHWARP_RST_SWITCH 0 +/* INFRA resets */ +#define MT7988_INFRA_RST0_THERM_CTRL_SWRST 0 + #endif /* _DT_BINDINGS_RESET_CONTROLLER_MT7988 */ +