Skip to content

Commit 7264843

Browse files
Haxk20JassiBrar
authored andcommitted
mailbox: qcom-apcs: Add SM6125 compatible
This commit adds compatible for the SM6125 SoC Signed-off-by: Martin Botka <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent 4649d72 commit 7264843

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/mailbox/qcom-apcs-ipc-mailbox.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ static const struct qcom_apcs_ipc_data sdm660_apcs_data = {
5757
.offset = 8, .clk_name = NULL
5858
};
5959

60+
static const struct qcom_apcs_ipc_data sm6125_apcs_data = {
61+
.offset = 8, .clk_name = NULL
62+
};
63+
6064
static const struct qcom_apcs_ipc_data apps_shared_apcs_data = {
6165
.offset = 12, .clk_name = NULL
6266
};
@@ -166,6 +170,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
166170
{ .compatible = "qcom,sc8180x-apss-shared", .data = &apps_shared_apcs_data },
167171
{ .compatible = "qcom,sdm660-apcs-hmss-global", .data = &sdm660_apcs_data },
168172
{ .compatible = "qcom,sdm845-apss-shared", .data = &apps_shared_apcs_data },
173+
{ .compatible = "qcom,sm6125-apcs-hmss-global", .data = &sm6125_apcs_data },
169174
{ .compatible = "qcom,sm8150-apss-shared", .data = &apps_shared_apcs_data },
170175
{ .compatible = "qcom,sdx55-apcs-gcc", .data = &sdx55_apcs_data },
171176
{}

0 commit comments

Comments
 (0)