From patchwork Wed Aug 14 16:20:21 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marc Gonzalez X-Patchwork-Id: 819209 Received: from ns.iliad.fr (ns.iliad.fr [212.27.33.1]) (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 DBB2E1C2331; Wed, 14 Aug 2024 16:20:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=212.27.33.1 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723652430; cv=none; b=V/6nhLK0G27Rb+ubjhpakneK4ULMC3JBbj7pUElfLLxTeVNm6NW5Hlo6wibAgS+14FxbsLncade8mD4T53fO7fWBtiL0++MMvlU4fSQAtvjHbP8miYkB59nAPAaDabK4X1kBQ+zxWU1vrl9wwyS2aDmUeexiF5x/30/NbNv9PxQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723652430; c=relaxed/simple; bh=XdnHB/yMfykm28C8Ni1jU5++lUlkJSx/OLYx5QYcAB4=; h=From:Subject:Date:Message-Id:MIME-Version:Content-Type:To:Cc; b=teyQyFm2QEPzqVFzZ6TJSEt7QGIxnNItHb2zJO4RCUhoKjlviPBx98Dtry6icH0Jvvcv4E4hY+RqRuBBjrnwH71d03sTGtjWU6dI55N5rLHk7ow2Q+AppaEajcPfpZXfpbWL1s81BB2oJ+MFyGPHbTq5EqHbQU0cTu1Bq61C3zs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=freebox.fr; spf=pass smtp.mailfrom=srs.iliad.fr; arc=none smtp.client-ip=212.27.33.1 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=freebox.fr Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=srs.iliad.fr Received: from ns.iliad.fr (localhost [127.0.0.1]) by ns.iliad.fr (Postfix) with ESMTP id D911020998; Wed, 14 Aug 2024 18:20:24 +0200 (CEST) Received: from [127.0.1.1] (freebox.vlq16.iliad.fr [213.36.7.13]) by ns.iliad.fr (Postfix) with ESMTP id C597620906; Wed, 14 Aug 2024 18:20:24 +0200 (CEST) From: Marc Gonzalez Subject: [PATCH 0/3] Add LPASS SMMU to msm8998 DTSI Date: Wed, 14 Aug 2024 18:20:21 +0200 Message-Id: <20240814-lpass-v1-0-a5bb8f9dfa8b@freebox.fr> Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-B4-Tracking: v=1; b=H4sIAEXZvGYC/6tWKk4tykwtVrJSqFYqSi3LLM7MzwNyDHUUlJIzE vPSU3UzU4B8JSMDIxMDC0MT3ZyCxOJiXTMLs5TERDNDA7M0CyWg2oKi1LTMCrA50bG1tQAzh/H XVwAAAA== To: Bjorn Andersson , Konrad Dybcio , Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Arnaud Vrac , Pierre-Hugues Husson , Marijn Suijten , AngeloGioacchino Del Regno , Marc Gonzalez X-Mailer: b4 0.13.0 A few definitions and glue code to support the DT node describing the LPASS SMMU in qcom msm8998 SoC. Thanks to Angelo. Acked-by: Conor Dooley --- AngeloGioacchino Del Regno (3): dt-bindings: clock: gcc-msm8998: Add Q6 and LPASS clocks definitions clk: qcom: gcc-msm8998: Add Q6 BIMC and LPASS core, ADSP SMMU clocks arm64: dts: qcom: msm8998: Add disabled support for LPASS iommu for Q6 arch/arm64/boot/dts/qcom/msm8998.dtsi | 27 ++++++++++++ drivers/clk/qcom/gcc-msm8998.c | 62 ++++++++++++++++++++++++++++ include/dt-bindings/clock/qcom,gcc-msm8998.h | 5 +++ 3 files changed, 94 insertions(+) --- base-commit: 08d0fcf9db52b0ba09b07d5a0684c421d56be530 change-id: 20240814-lpass-686daa6106f8 Best regards,