remoteproc: qcom: Compatible string based private resource initialization.
authorAvaneesh Kumar Dwivedi <akdwived@codeaurora.org>
Fri, 30 Dec 2016 13:54:00 +0000 (19:24 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 18 Jan 2017 18:46:50 +0000 (10:46 -0800)
commit7a8ffe1fcaf89bb7d2588b98cba3163ee7d9db7a
tree824e8f496ae532488024148553517cb968c50cfd
parenta73d9468c802359c44ca9ba0d7b171f4a1548e44
remoteproc: qcom: Compatible string based private resource initialization.

MSS rproc loader need chip specific resources initialization during probe
to load and boot modem firmware, this need compatible string based
differentiation in resources to be initialized. This patch add and provide
a template struct whose fields represent all those resources which are
needed to load and boot modem fw and which may differ from chip to chip.
This patch also add new compatible string for msm8916, msm8974 platform.

Signed-off-by: Avaneesh Kumar Dwivedi <akdwived@codeaurora.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt
drivers/remoteproc/qcom_q6v5_pil.c