mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
firmware: qcom_scm: Add compatible for MSM8953 SoC
Add compatible for SCM on MSM8953. Signed-off-by: Vladimir Lypak <junak.pub@gmail.com> Signed-off-by: Sireesh Kodali <sireeshkodali@protonmail.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20210810164347.45578-5-sireeshkodali@protonmail.com
This commit is contained in:
parent
0fdeecf9e3
commit
bca4392a1a
|
|
@ -1348,6 +1348,10 @@ static const struct of_device_id qcom_scm_dt_match[] = {
|
|||
SCM_HAS_IFACE_CLK |
|
||||
SCM_HAS_BUS_CLK)
|
||||
},
|
||||
{ .compatible = "qcom,scm-msm8953", .data = (void *)(SCM_HAS_CORE_CLK |
|
||||
SCM_HAS_IFACE_CLK |
|
||||
SCM_HAS_BUS_CLK)
|
||||
},
|
||||
{ .compatible = "qcom,scm-msm8974", .data = (void *)(SCM_HAS_CORE_CLK |
|
||||
SCM_HAS_IFACE_CLK |
|
||||
SCM_HAS_BUS_CLK)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user