From patchwork Thu Mar 6 18:11:15 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Konrad Dybcio X-Patchwork-Id: 14005128 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 0F638C282D1 for ; Thu, 6 Mar 2025 18:12:01 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6508610EA5E; Thu, 6 Mar 2025 18:12:00 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="dpdsX58K"; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7058410EA5C; Thu, 6 Mar 2025 18:11:58 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 137C55C04F6; Thu, 6 Mar 2025 18:09:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id ACF5FC4CEF0; Thu, 6 Mar 2025 18:11:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1741284717; bh=brIzXQ+KsPs9Hq7w62oxxE95slJohYJWjgpGR76u2Mg=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=dpdsX58KmpZ0HZWRdcdCTPuuQ65yTlGvE81H97vyHEeovWhx8tMkI+DqHTI2DIDp7 lCIMEL0Gg0ZJSHIBGp8b6LO0ESlgQRSbLhmNL6l9U8VYpZFs5TZtF/kYpGKS42wdIP B6aKOiSxv6gn2lZOj52imnqu9wO/I3NVjYg/bGHTenZswLVi7lUN/1dH7IiYi77Xml +spCudgqt2NZ4xKSx3YBxNMlOHantAxZNRoTDo8LnRHfDApFQbwAwZhmBcBXAl1K4j 4TpzTGG34QkIlSaNimg6fs1h+VPUO2yNCxHbwvx82smuiLOqoCxsr+gQaaiGI2sKMx cKsUv82UAfj2g== From: Konrad Dybcio Date: Thu, 06 Mar 2025 19:11:15 +0100 Subject: [PATCH 03/11] dt-bindings: power: qcom,kpss-acc-v2: Add MSM8916 compatible MIME-Version: 1.0 Message-Id: <20250306-topic-dt_bindings_fixups-v1-3-0c84aceb0ef9@oss.qualcomm.com> References: <20250306-topic-dt_bindings_fixups-v1-0-0c84aceb0ef9@oss.qualcomm.com> In-Reply-To: <20250306-topic-dt_bindings_fixups-v1-0-0c84aceb0ef9@oss.qualcomm.com> To: Joerg Roedel , Will Deacon , Robin Murphy , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Konrad Dybcio , Rob Clark , Abhinav Kumar , Dmitry Baryshkov , Sean Paul , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Robert Foss , Greg Kroah-Hartman , Wesley Cheng , Christian Marangi , Bjorn Andersson , Rohit Agarwal , Kyle Deng , Vinod Koul Cc: Marijn Suijten , linux-arm-msm@vger.kernel.org, iommu@lists.linux.dev, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, Krzysztof Kozlowski , linux-usb@vger.kernel.org, Konrad Dybcio X-Mailer: b4 0.14.2 X-Developer-Signature: v=1; a=ed25519-sha256; t=1741284679; l=916; i=konrad.dybcio@oss.qualcomm.com; s=20230215; h=from:subject:message-id; bh=F12XfCS7Vo3riNf+gNtzfCh4h4fayEM8vMuqOfB1zQY=; b=27gogwMd9Yy4IoH+3zCgiaEZItXC3AV4MgiCvuI0/buKQbyq8ElW4JMUooOoWUMHsYbGTqAwG 5SI8jrMWTj5Bwn+XZ6R0iOs++TGHdzP/m7wTODv8fYFt4+D6tcTFl75 X-Developer-Key: i=konrad.dybcio@oss.qualcomm.com; a=ed25519; pk=iclgkYvtl2w05SSXO5EjjSYlhFKsJ+5OSZBjOkQuEms= X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" From: Konrad Dybcio MSM8916 seems to reuse the same hardware as MSM8974 and friends (for whom this binding document was created). Add a new compatible for it. Signed-off-by: Konrad Dybcio --- Documentation/devicetree/bindings/power/qcom,kpss-acc-v2.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/power/qcom,kpss-acc-v2.yaml b/Documentation/devicetree/bindings/power/qcom,kpss-acc-v2.yaml index 202a5d51ee88c7190805efe8f1bf493bdb69ec45..27dae49163fa0790ceb6fda8a5c674f739d4a41a 100644 --- a/Documentation/devicetree/bindings/power/qcom,kpss-acc-v2.yaml +++ b/Documentation/devicetree/bindings/power/qcom,kpss-acc-v2.yaml @@ -18,7 +18,9 @@ description: properties: compatible: - const: qcom,kpss-acc-v2 + enum: + - qcom,msm8916-kpss-acc + - qcom,kpss-acc-v2 reg: items: