-
Notifications
You must be signed in to change notification settings - Fork 112
Add More Features for Kaanapali #548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
quic-tingweiz
merged 12 commits into
qualcomm-linux:tech/all/dt/kaanapali
from
jingyiwang42:pr-545
Jan 21, 2026
Merged
Add More Features for Kaanapali #548
quic-tingweiz
merged 12 commits into
qualcomm-linux:tech/all/dt/kaanapali
from
jingyiwang42:pr-545
Jan 21, 2026
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Document compatible for Qualcomm Kaanapali SoC ADSP PAS which looks fully
compatible with SM8750, which can fallback to SM8550 except for one more
interrupt ("shutdown-ack").
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Jingyi Wang <[email protected]>
Link: https://lore.kernel.org/all/[email protected]/
Signed-off-by: Yijie Yang <[email protected]>
Add remote processor PAS loader for Kaanapali CDSP processor, compatible with earlier SM8550 with minor difference: one more sixth "shutdown-ack" interrupt. It is not compatible with SM8650 because one memory region "global_sync_mem" is not managed by kernel on Kaanapali so it is removed in the remoteproc cdsp node. Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Jingyi Wang <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Yijie Yang <[email protected]>
Add qcom,soundwire-v2.2.0 to the list of supported Qualcomm SoundWire controller versions. This version falls back to qcom,soundwire-v2.0.0 if not explicitly handled by the driver. Signed-off-by: Jingyi Wang <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Prasad Kumpatla <[email protected]> Reviewed-by: Srinivas Kandagatla <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Yijie Yang <[email protected]>
Add CoreSight nodes to enable trace paths such as TPDM->ETF and STM->ETF. These devices are part of the AOSS, CDSP, QDSS, modem and some small subsystems, such as DCC, GCC, ipcc and so on. Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Jie Gan <[email protected]> Signed-off-by: Jingyi Wang <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Yijie Yang <[email protected]>
…rial engines Add device tree support for QUPv3 serial engine protocols on Kaanapali. Kaanapali has 24 QUP serial engines across 4 QUP wrappers, each with support of GPI DMA engines, and it also includes 5 I2C hubs. Signed-off-by: Jyothi Kumar Seerapu <[email protected]> Signed-off-by: Jingyi Wang <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Yijie Yang <[email protected]>
The Kaanapali includes seven TSENS instances, with a total of 55 thermal sensors distributed across various locations on the SoC. The TSENS max/reset threshold is configured to 130°C in the hardware. Enable all TSENS instances, and define the thermal zones with a critical trip at 125°C Signed-off-by: Manaf Meethalavalappu Pallikunhi <[email protected]> Signed-off-by: Jingyi Wang <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Yijie Yang <[email protected]>
…i SoC Add remoteproc PAS loader for ADSP and CDSP with its SMP2P and fastrpc nodes. Co-developed-by: Kumari Pallavi <[email protected]> Signed-off-by: Kumari Pallavi <[email protected]> Signed-off-by: Jingyi Wang <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Yijie Yang <[email protected]>
Introduce audio support for Kaanapali SoC by adding LPASS macro codecs, TLMM pin controller and SoundWire controller with similar hardware implementation to SM8750 platform. Also add GPR (Generic Pack Router) node along with support for APM (Audio Process Manager) and PRM (Proxy Resource Manager) audio services. Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Prasad Kumpatla <[email protected]> Signed-off-by: Jingyi Wang <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Yijie Yang <[email protected]>
Enable ADSP and CDSP on Kaanapali MTP board. Signed-off-by: Jingyi Wang <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Yijie Yang <[email protected]>
Enable ADSP and CDSP on Kaanapali QRD board. Signed-off-by: Jingyi Wang <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Yijie Yang <[email protected]>
…, WCD9395, DMIC) Add support for audio on the Kaanapali MTP platform by introducing device tree nodes for WSA8845 smart speaker amplifier for playback, DMIC microphone for capture, and sound card routing. The WCD9395 codec is add to supply MIC-BIAS, for enabling onboard microphone capture. Signed-off-by: Prasad Kumpatla <[email protected]> Signed-off-by: Jingyi Wang <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Yijie Yang <[email protected]>
…ollers for Kaanapali Add the device nodes for the multimedia clock controllers(cambistmclkcc, camcc, dispcc, videocc, gpucc and gxclkctl). Signed-off-by: Taniya Das <[email protected]> Signed-off-by: Jingyi Wang <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Yijie Yang <[email protected]>
c3ff3fc
into
qualcomm-linux:tech/all/dt/kaanapali
3 of 5 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
picked from #545
https://lore.kernel.org/all/[email protected]/
https://lore.kernel.org/all/[email protected]/
https://lore.kernel.org/all/[email protected]/ (defconfig change will merge in config topic)