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 ED56D3C1961; Sat, 30 May 2026 18:06:16 +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=1780164378; cv=none; b=EDoBvJjgCYAgNSRdZT5xQR5VPjJ9GJ3iv71JxFoYW/4GjbD/gtTMnTadmQwX+2bZzn2AG4NKDcVL42FrVCdrtyXqnEg67aQYMQZmXnlRbNfNZsWKVo43KIcCOITR9+wBV3QzHQKyo354PvsmxTS6qSTxkVWxdbvjwoWnjUTLXEk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780164378; c=relaxed/simple; bh=gWQSvCPASqQIENAZuPWGOv0klNp0ORUe2TJhM0O6pLo=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=qigfyuEsglCnF5rgZLFi3WjMx8eXoV95B0kix+ytpb2Em8iJISSisNDZdQjpO8gHJzQyWd6lhNvsIxZ2zMUYb3pD41pY+78pYPZZ6CACOW7vSbnjTRQCvdQY+PkHlXh69NF+Hu+1okTePBnWQO2DYn28WuGEDGoEqt2v+4rE89U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=rWGKL8Kz; 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="rWGKL8Kz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 10F3D1F00893; Sat, 30 May 2026 18:06:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1780164376; bh=12vzsUiV4NCW8dwVift3nDiPh+6GWrVreUmRpojzrx0=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=rWGKL8KzRLN9lJLwEZSXxTChewpR3AmvmL5V/gXPkhGPauSi3cSt82UGuszP8m8zB 1KQZUdKNbUNmtOSaM0udsDjSSc+RQgpq1IXmN0bNGvOIxqZGdN6LFMK7gH3orAefqS oArlIYthNHqn7UncM17OMWngmM5SjPcuIjoGplEk= 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 5.15 537/776] dt-bindings: clock: qcom,gcc-sc8180x: Add missing GDSCs Date: Sat, 30 May 2026 18:04:11 +0200 Message-ID: <20260530160254.072161434@linuxfoundation.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260530160240.228940103@linuxfoundation.org> References: <20260530160240.228940103@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 5.15-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 2569f874fe13c..be97a0ca2ade4 100644 --- a/include/dt-bindings/clock/qcom,gcc-sc8180x.h +++ b/include/dt-bindings/clock/qcom,gcc-sc8180x.h @@ -308,5 +308,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