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 6933D347515; Wed, 20 May 2026 18:17:26 +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=1779301047; cv=none; b=NAX6pmy/r7EwqWqGDM+l6i/0HDzRzZSTcqSNkhEcl98aKwTsNypPW81DUFgtuetELGUoa0iwc9oywQA7c46T5Q5vrcjgh/4/jaefUfnyWIW04noyV1tACm7wMZEO2iIh8TczG4lXsNJUEaxYgtzc+FIIx0U3zH9OF6nBSgQG3Qk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779301047; c=relaxed/simple; bh=LmEdbIw6lx5urXs036n/hL/5jmF0FgsOEMW+uBQ/jOE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=VWXTpwXV+rFJ+ThRkUwkhjOoVHwr1BzhEnzDNCE7zptfJRRAiKCCIxKHMmiW1EjCNeoLv52zS3hf5ptNiU9+6l2aNOoVBKgeRymAify2aMlQ+QAGjkoBu771WoCkIMK65zke1g+pMM+9ktjYo9vzznMN5cpN1cqmjK8Gappgdmk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=gk+ih74o; 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="gk+ih74o" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CFE821F000E9; Wed, 20 May 2026 18:17:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1779301046; bh=Rv77f7UQsmyVdwNVHhDztBnkRO7TTcR6GleJs8Nq9c8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=gk+ih74okeSdWGw8JlKCIgDvzXb9RKDiZEtRnFfWrZg08ismhjYjyd/amGDRAR024 s3LvKoiVbCAzLLftTBN1MnLUreAYZwmTAtW1327ZJ3BPX/s6aNA4ZQHGpdT5dG2R1P RZ52/hv0JPFBLAO582g/F2UcdyVS0UT7UzwKGb3o= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Val Packett , Krzysztof Kozlowski , Bjorn Andersson , Sasha Levin Subject: [PATCH 6.12 406/666] dt-bindings: clock: qcom,gcc-sc8180x: Add missing GDSCs Date: Wed, 20 May 2026 18:20:17 +0200 Message-ID: <20260520162120.060936134@linuxfoundation.org> X-Mailer: git-send-email 2.54.0 In-Reply-To: <20260520162111.222830634@linuxfoundation.org> References: <20260520162111.222830634@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Val Packett [ Upstream commit 76404ffbf07f28a5ec04748e18fce3dac2e78ef6 ] There are 5 more GDSCs that we were ignoring and not putting to sleep, which are listed in downstream DTS. Add them. Signed-off-by: Val Packett Acked-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20260312112321.370983-2-val@packett.cool Signed-off-by: Bjorn Andersson Stable-dep-of: 3565741eb985 ("clk: qcom: gcc-sc8180x: Add missing GDSCs") Signed-off-by: Sasha Levin --- include/dt-bindings/clock/qcom,gcc-sc8180x.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/dt-bindings/clock/qcom,gcc-sc8180x.h b/include/dt-bindings/clock/qcom,gcc-sc8180x.h index e364006aa6eab..99c97b2033fc5 100644 --- a/include/dt-bindings/clock/qcom,gcc-sc8180x.h +++ b/include/dt-bindings/clock/qcom,gcc-sc8180x.h @@ -312,5 +312,10 @@ #define USB30_MP_GDSC 8 #define USB30_PRIM_GDSC 9 #define USB30_SEC_GDSC 10 +#define HLOS1_VOTE_MMNOC_MMU_TBU_HF0_GDSC 11 +#define HLOS1_VOTE_MMNOC_MMU_TBU_HF1_GDSC 12 +#define HLOS1_VOTE_MMNOC_MMU_TBU_SF_GDSC 13 +#define HLOS1_VOTE_TURING_MMU_TBU0_GDSC 14 +#define HLOS1_VOTE_TURING_MMU_TBU1_GDSC 15 #endif -- 2.53.0