From patchwork Tue Mar 5 12:36:44 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shreeya Patel X-Patchwork-Id: 13582359 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 24F77C54E41 for ; Tue, 5 Mar 2024 12:38:18 +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=yNCJNDurR8IzAxDth6lwFMcF5JCJL3XsVcH15jKVtCI=; b=b7QIQHUSiVtWdA b+YO1ee30/9vUvjdTZtcB5FU7oblgrLX1y7XeKU+h5xNaOaEvKfMDrVE5hfofqA/PCuA+6KMe885Z sNC9dTbQ2P+jDHlYCeBnEZDRNdcc6sDnPdyZvsUUl7LwKONyAqjSuoRtEfAZyfvMvUS91VSYJcWc4 UiWkcLiYUbkfWIKofmAeyMjiozJgVn98hcse6bKTYbQ/e16faVXTUhBd7A9BL5GbiBntAGYjzUBcX 4LcNvsgbgzokXwgJgbpXMjYZyIVAMCJCHlEMXtwuQLTG4aF12+5GGWmQ1D71tIGEoUT2bTTvU3aVM q5h7t1S2przcwyrLZlWg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rhU3f-0000000DbKu-32p0; Tue, 05 Mar 2024 12:38:11 +0000 Received: from madrid.collaboradmins.com ([46.235.227.194]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rhU3b-0000000DbHk-1Gzn; Tue, 05 Mar 2024 12:38:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1709642286; bh=h6HP2ARr+i3JkH4OP3lQ3xIj3IkGQJMVh2tIqY/xCXo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=4Hwq/G1PTBG0Wj0bUoNTFmaz0pb9k5TJEt+zmmHkLZ08fXx3Y8haCHSdzwaWpk9BV cBch06aBxaKhSCMyzZlyIP8Yp4Mi9BajrYma5QSmFix3DWVSr0OT0PnmbSWhxzfXsU Cyb2RcypXfdtrJ0r5FGM70+Q4dWlgqc0eH9uP+KWq9o8Mq19+HeGcbR4VTJbFEHR4j BJyPEskZqpS5V96SnEiKGYgV+mNx2PrkWJuRdVfC86mqqbHtRwCwBKkT4PLVnZ3PmJ Nd5eL2vWGPpbkNxNn0GJQRkgL442AXsnO+3Da6QQjokf5qBGaSIFOMfniT8Tu1Xe+i jhVnRQu8SDzuA== Received: from shreeya.shreeya (ec2-34-240-57-77.eu-west-1.compute.amazonaws.com [34.240.57.77]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: shreeya) by madrid.collaboradmins.com (Postfix) with ESMTPSA id 230BE37820EF; Tue, 5 Mar 2024 12:37:57 +0000 (UTC) From: Shreeya Patel To: heiko@sntech.de, mchehab@kernel.org, robh@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, mturquette@baylibre.com, sboyd@kernel.org, p.zabel@pengutronix.de, jose.abreu@synopsys.com, nelson.costa@synopsys.com, dmitry.osipenko@collabora.com, sebastian.reichel@collabora.com, shawn.wen@rock-chips.com, nicolas.dufresne@collabora.com, hverkuil@xs4all.nl, hverkuil-cisco@xs4all.nl Cc: kernel@collabora.com, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-clk@vger.kernel.org, linux-arm@lists.infradead.org, Shreeya Patel Subject: [PATCH v2 2/6] clk: rockchip: rst-rk3588: Add reset line for HDMI Receiver Date: Tue, 5 Mar 2024 18:06:44 +0530 Message-Id: <20240305123648.8847-3-shreeya.patel@collabora.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240305123648.8847-1-shreeya.patel@collabora.com> References: <20240305123648.8847-1-shreeya.patel@collabora.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240305_043807_493259_192F673B X-CRM114-Status: UNSURE ( 8.51 ) 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 Export hdmirx_biu reset line required by the Synopsys DesignWare HDMIRX Controller. Signed-off-by: Shreeya Patel --- Changes in v2 :- - Improve the subject line and commit message description. drivers/clk/rockchip/rst-rk3588.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/rockchip/rst-rk3588.c b/drivers/clk/rockchip/rst-rk3588.c index e855bb8d5413..c4ebc01f1c9c 100644 --- a/drivers/clk/rockchip/rst-rk3588.c +++ b/drivers/clk/rockchip/rst-rk3588.c @@ -577,6 +577,7 @@ static const int rk3588_register_offset[] = { /* SOFTRST_CON59 */ RK3588_CRU_RESET_OFFSET(SRST_A_HDCP1_BIU, 59, 6), + RK3588_CRU_RESET_OFFSET(SRST_A_HDMIRX_BIU, 59, 7), RK3588_CRU_RESET_OFFSET(SRST_A_VO1_BIU, 59, 8), RK3588_CRU_RESET_OFFSET(SRST_H_VOP1_BIU, 59, 9), RK3588_CRU_RESET_OFFSET(SRST_H_VOP1_S_BIU, 59, 10),