mailbox: qcom-apcs-ipc-mailbox: Add compatible string#800
Open
quic-vishsant wants to merge 3 commits intoqualcomm-linux:early/hwe/shikra/driversfrom
Open
mailbox: qcom-apcs-ipc-mailbox: Add compatible string#800quic-vishsant wants to merge 3 commits intoqualcomm-linux:early/hwe/shikra/driversfrom
quic-vishsant wants to merge 3 commits intoqualcomm-linux:early/hwe/shikra/driversfrom
Conversation
Document the Top Level Mode Multiplexer on the Shikra platform. Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
Add pinctrl driver for TLMM block found in the Shikra SoC. Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
Add "qcom,shikra-apcs-hmss-global" compatibility string in qcom_apcs_ipc mailbox driver to match apcs_glb device node. Signed-off-by: Vishnu Santhosh <vishnu.santhosh@oss.qualcomm.com>
453e092 to
8dfb9a2
Compare
Komal-Bajaj
reviewed
Mar 18, 2026
| .offset = 0x1008, .clk_name = "qcom-sdx55-acps-clk" | ||
| }; | ||
|
|
||
| static const struct qcom_apcs_ipc_data shikra_apcs_data = { |
There was a problem hiding this comment.
can't we use apps_shared_apcs_data for shikra?
refer -
{ .compatible = "qcom,sm8150-apss-shared", .data = &apps_shared_apcs_data },
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
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.
Add "qcom,shikra-apcs-hmss-global" compatibility string in qcom_apcs_ipc mailbox driver to match apcs_glb device node.