Skip to content
Commit 9b007938 authored by Sivaprakash Murugesan's avatar Sivaprakash Murugesan Committed by Jassi Brar
Browse files

mailbox: qcom: Add clock driver name in apcs mailbox driver data



Some apcs mailbox devices supports a clock driver, the compatible
strings of devices supporting clock driver along with the clock driver
name are maintained in a separate structure within the mailbox driver.
And the clock driver is added based on device match.

With increase in number of devices supporting the clock feature move the
clock driver name inside the driver data. so that we can use a single
API to get the register offset of mailbox driver and clock driver name
together, and the clock driver will be added based on the driver data.

Signed-off-by: default avatarSivaprakash Murugesan <sivaprak@codeaurora.org>
Signed-off-by: default avatarJassi Brar <jaswinder.singh@linaro.org>
parent f3a1381e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment