From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 B7D523F0A83; Wed, 20 May 2026 17:39:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779298798; cv=none; b=i0glbqLdSFiGbXbYweppMyyWhuVOk5j/5k4aGWvgPxVMXYYOdpOJzStZzDWEkZ1Nb5FaRZUzxuH5fvrqHfMemcRrVtloTo6AOG+DxqXGrLYjt7Gq1fS0M7TtNzsuSJhOc5/RI2hARuMV+Ip7NKOTT91X1qDn/dsakque/K2Peuw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779298798; c=relaxed/simple; bh=+Yd8oM1n8DYbv1fyAe/jyUXPCkQLqQDrZuOrmPKiwbY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=egEgZEcph/xID2op102gUKHJPDHWhQXjrxWe4mh+WAyUjetLPfkwLq9npz//9vfCsgqlmSZlXlg2erHX6fYng9HrTDXM/b9JsyRF7I22dtcezzLN//bnnR+6UB9BmwYedg/Dd4GZtBUG4br6aLF2qCSN3+ttGImBgJhQpYOyMeo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=yE+1IggO; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="yE+1IggO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7A3821F00894; Wed, 20 May 2026 17:39:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1779298796; bh=kDJ99c9gwAhUAuSg3Ws6H0M6JjW7ap/BEDi4TByVzp4=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=yE+1IggOzwcD7HSNdI34dqh1szbeVJiNMTNOXoi2N+UTvufmAdBn+YZbhVgQlF1TG DaoFR24EhQRyty/Y77DTz1FsfDdiHeHJ6xSm3sA8j1nq9gVNw5jTm1+8FJgRvag7Gp hFmIipF7TgsPJbXsqjvvcqOpnFevqMahj3kbZqvE= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Taniya Das , Krzysztof Kozlowski , Bjorn Andersson , Sasha Levin Subject: [PATCH 6.18 547/957] dt-bindings: clock: qcom: Add GCC video axi reset clock for Glymur Date: Wed, 20 May 2026 18:17:10 +0200 Message-ID: <20260520162146.394824799@linuxfoundation.org> X-Mailer: git-send-email 2.54.0 In-Reply-To: <20260520162134.554764788@linuxfoundation.org> References: <20260520162134.554764788@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.18-stable review patch. If anyone has any objections, please let me know. ------------------ From: Taniya Das [ Upstream commit 7c3260327fc874b7c89d7bb230cd569d2e78aff7 ] The global clock controller video axi reset clocks are required by the video SW driver to assert and deassert the clock resets. Signed-off-by: Taniya Das Acked-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20260202-glymur_videocc-v2-1-8f7d8b4d8edd@oss.qualcomm.com Signed-off-by: Bjorn Andersson Stable-dep-of: 1c8ce43e1e07 ("clk: qcom: gcc-glymur: Add video axi clock resets for glymur") Signed-off-by: Sasha Levin --- include/dt-bindings/clock/qcom,glymur-gcc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dt-bindings/clock/qcom,glymur-gcc.h b/include/dt-bindings/clock/qcom,glymur-gcc.h index 10c12b8c51c34..6907653c79927 100644 --- a/include/dt-bindings/clock/qcom,glymur-gcc.h +++ b/include/dt-bindings/clock/qcom,glymur-gcc.h @@ -574,5 +574,6 @@ #define GCC_VIDEO_AXI0_CLK_ARES 89 #define GCC_VIDEO_AXI1_CLK_ARES 90 #define GCC_VIDEO_BCR 91 +#define GCC_VIDEO_AXI0C_CLK_ARES 92 #endif -- 2.53.0