]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
arm64: dts: qcom: kaanapali: Add header file for IPCC physical client IDs
authorJingyi Wang <jingyi.wang@oss.qualcomm.com>
Fri, 31 Oct 2025 07:41:45 +0000 (00:41 -0700)
committerBjorn Andersson <andersson@kernel.org>
Thu, 18 Dec 2025 02:50:10 +0000 (20:50 -0600)
commitf4a269eb1328d855314c858b5e903eca92ca3b36
treec9a9142855fffa32387f274843b78d40442527c2
parent725ba2d0e0b9ac1f0bc0c0c166db03201feaa203
arm64: dts: qcom: kaanapali: Add header file for IPCC physical client IDs

On earlier platforms, Inter Process Communication Controller (IPCC) used
virtual client IDs and performed virtual-to-physical mapping in hardware,
so the IDs defined in dt-bindings/mailbox/qcom-ipcc.h are common across
platforms. Physical client IDs instead of virtual client IDs are used for
qcom new platforms like Kaanapali, which will be parsed by the devicetree
and passed to hardware to use Physical client IDs directly. Since physical
client IDs could vary across platforms, add a corresponding header file
for the Kaanapali platform.

Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20251031-knp-ipcc-v3-2-62ffb4168dff@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/kaanapali-ipcc.h [new file with mode: 0644]