From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 5E49E1DFD1; Tue, 8 Oct 2024 13:02:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728392570; cv=none; b=bKi5r8djfs2/ME5NZPhnyuSD1Ylk/WZq7Pcu7vBNWRtYCSGQsDXGmP3EDpo3sPpGSkCH1cYw3ldhdoXjwbhGDcDi6Ru3mjZg4zwD6N49PODWEtKMzs7GJEzR7jv79+uGjGru84uSu2yItcXHs2aOaIVO2SJrHR0MIOMxNsJ/v/E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728392570; c=relaxed/simple; bh=j1WVSm1LMtops5w6+Qd9hcT9Ycp8WK1U7yUVSJa149g=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=lmky7AmRXwDlvl8V9hdZ8w724SWdEpAOaEJHvXYqldNSZYqsohSswktqwdIusiWyF60h7TOYT7UERfz7R1bM9yNaZVjT1PpGTCB22rEP/6WMbaSuVw6FYY0JUfZzSK4a38Ygl7bbJeueqA57eFt6p4KdjrDD/5xQil11ErAfofA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=lZ+di1QH; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="lZ+di1QH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BF2FBC4CEC7; Tue, 8 Oct 2024 13:02:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1728392570; bh=j1WVSm1LMtops5w6+Qd9hcT9Ycp8WK1U7yUVSJa149g=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=lZ+di1QHqMoGbEGUXQVVmmWpiYKz/+3rWFRb/DVmyTZXuBjLhehMgh4Xfr2TanbfA Fnvov1AZY8oAAKb3dCL7iHUcxjG1HHbGNNQCEcxoO7GEz4EaVIfNugLL7BkUTka52e Da/haDeN8VNhlsiweuPW2VVz+sW3mMJ6hsvYr4Ng= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Krzysztof Kozlowski , Satya Priya Kakitapalli , Bjorn Andersson Subject: [PATCH 6.11 455/558] dt-bindings: clock: qcom: Add GPLL9 support on gcc-sc8180x Date: Tue, 8 Oct 2024 14:08:05 +0200 Message-ID: <20241008115720.163658956@linuxfoundation.org> X-Mailer: git-send-email 2.46.2 In-Reply-To: <20241008115702.214071228@linuxfoundation.org> References: <20241008115702.214071228@linuxfoundation.org> User-Agent: quilt/0.67 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.11-stable review patch. If anyone has any objections, please let me know. ------------------ From: Satya Priya Kakitapalli commit 648b4bde0aca2980ebc0b90cdfbb80d222370c3d upstream. Add the missing GPLL9 which is required for the gcc sdcc2 clock. Fixes: 0fadcdfdcf57 ("dt-bindings: clock: Add SC8180x GCC binding") Cc: stable@vger.kernel.org Acked-by: Krzysztof Kozlowski Signed-off-by: Satya Priya Kakitapalli Link: https://lore.kernel.org/r/20240812-gcc-sc8180x-fixes-v2-2-8b3eaa5fb856@quicinc.com Signed-off-by: Bjorn Andersson Signed-off-by: Greg Kroah-Hartman --- include/dt-bindings/clock/qcom,gcc-sc8180x.h | 1 + 1 file changed, 1 insertion(+) --- a/include/dt-bindings/clock/qcom,gcc-sc8180x.h +++ b/include/dt-bindings/clock/qcom,gcc-sc8180x.h @@ -248,6 +248,7 @@ #define GCC_USB3_SEC_CLKREF_CLK 238 #define GCC_UFS_MEM_CLKREF_EN 239 #define GCC_UFS_CARD_CLKREF_EN 240 +#define GPLL9 241 #define GCC_EMAC_BCR 0 #define GCC_GPU_BCR 1