mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-17 11:21:05 -05:00
media: qcom: camss: Enumerate resources for lemans(sa8775p)
Enumerate csiphy, csid and vfe resources for lemans soc. Signed-off-by: Vikram Sharma <quic_vikramsa@quicinc.com> Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by: Bryan O'Donoghue <bod@kernel.org> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
e7b59e1d06
commit
b478527cce
@@ -4293,7 +4293,14 @@ static const struct camss_resources qcm2290_resources = {
|
||||
static const struct camss_resources sa8775p_resources = {
|
||||
.version = CAMSS_8775P,
|
||||
.pd_name = "top",
|
||||
.csiphy_res = csiphy_res_8775p,
|
||||
.csid_res = csid_res_8775p,
|
||||
.csid_wrapper_res = &csid_wrapper_res_sm8550,
|
||||
.vfe_res = vfe_res_8775p,
|
||||
.icc_res = icc_res_sa8775p,
|
||||
.csiphy_num = ARRAY_SIZE(csiphy_res_8775p),
|
||||
.csid_num = ARRAY_SIZE(csid_res_8775p),
|
||||
.vfe_num = ARRAY_SIZE(vfe_res_8775p),
|
||||
.icc_path_num = ARRAY_SIZE(icc_res_sa8775p),
|
||||
.link_entities = camss_link_entities
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user