Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

firmware: qcom_scm: Add msm8994 compatible

This change adds a compatible for msm8994,
which requires no additional clocks for
scm to probe correctly.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Konrad Dybcio <konradybcio@gmail.com>
Link: https://lore.kernel.org/r/20200624150107.76234-2-konradybcio@gmail.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

authored by

Konrad Dybcio and committed by
Bjorn Andersson
4bdc8c8d b88c2828

+2
+1
Documentation/devicetree/bindings/firmware/qcom,scm.txt
··· 16 16 * "qcom,scm-msm8916" 17 17 * "qcom,scm-msm8960" 18 18 * "qcom,scm-msm8974" 19 + * "qcom,scm-msm8994" 19 20 * "qcom,scm-msm8996" 20 21 * "qcom,scm-msm8998" 21 22 * "qcom,scm-sc7180"
+1
drivers/firmware/qcom_scm.c
··· 1150 1150 SCM_HAS_IFACE_CLK | 1151 1151 SCM_HAS_BUS_CLK) 1152 1152 }, 1153 + { .compatible = "qcom,scm-msm8994" }, 1153 1154 { .compatible = "qcom,scm-msm8996" }, 1154 1155 { .compatible = "qcom,scm" }, 1155 1156 {}