Skip to content

Commit adb239f

Browse files
lumagJassiBrar
authored andcommitted
mailbox: qcom-apcs-ipc: enable APCS clock device for MSM8996
MSM8996 also has the clock-related part of the APCS mailbox device. Follow the usual pattern and create a child device to handle these clocks. Signed-off-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent 9e9a6a8 commit adb239f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static const struct qcom_apcs_ipc_data msm8994_apcs_data = {
4242
};
4343

4444
static const struct qcom_apcs_ipc_data msm8996_apcs_data = {
45-
.offset = 16, .clk_name = NULL
45+
.offset = 16, .clk_name = "qcom-apcs-msm8996-clk"
4646
};
4747

4848
static const struct qcom_apcs_ipc_data apps_shared_apcs_data = {

0 commit comments

Comments
 (0)