From patchwork Thu Jan 4 17:39:28 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Wunderlich X-Patchwork-Id: 759944 Received: from mxout4.routing.net (mxout4.routing.net [134.0.28.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 12019288B0; Thu, 4 Jan 2024 17:46:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=fw-web.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=fw-web.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=mailerdienst.de header.i=@mailerdienst.de header.b="c975Y8NJ" Received: from mxbox2.masterlogin.de (unknown [192.168.10.89]) by mxout4.routing.net (Postfix) with ESMTP id CF7AB1014B6; Thu, 4 Jan 2024 17:39:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1704389986; 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=sOz1O4pjxE/REIdHLNp2qfDDHbv7PuT58fkQ9O14R/E=; b=c975Y8NJKjmPAZwNvp6m95HCwfoTLvEEwhYOj405qHLejD130sBUkMvTEDp4Boi5+g6UJJ n31KX0wNmaG4nKwgMRCvyguYW/E5jWC43/gA5+ZFFCbk0Ui6zZjup8kYDmRpY8d3FrcDjN LIMOMlbVQ6ZyA7bX1h7kMpuXIRIjSFE= Received: from frank-G5.. (fttx-pool-157.180.226.237.bambit.de [157.180.226.237]) by mxbox2.masterlogin.de (Postfix) with ESMTPSA id A3BA5100671; Thu, 4 Jan 2024 17:39:44 +0000 (UTC) From: Frank Wunderlich To: linux-mediatek@lists.infradead.org Cc: Frank Wunderlich , Michael Turquette , Stephen Boyd , Matthias Brugger , AngeloGioacchino Del Regno , Philipp Zabel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sam Shih , Daniel Golle , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: [PATCH 0/2] Add reset controller to mt7988 infracfg Date: Thu, 4 Jan 2024 18:39:28 +0100 Message-Id: <20240104173930.13907-1-linux@fw-web.de> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Mail-ID: ec8c89cb-a0c3-4261-a987-75d4585d7863 From: Frank Wunderlich Infracfg on mt7988 supports reset controller function which is needed to get lvts thermal working. Patches are based on clk-next due to recently added mt7988 clock driver: https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git Frank Wunderlich (2): dt-bindings: reset: mediatek: add MT7988 LVTS reset ID clk: mediatek: add infracfg reset controller for mt7988 drivers/clk/mediatek/clk-mt7988-infracfg.c | 20 +++++++++++++++++++ .../reset/mediatek,mt7988-resets.h | 4 ++++ 2 files changed, 24 insertions(+)