mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
media: qcom: camss: Enumerate resources for QCS8300
Enumerate csiphy, csid and vfe resources for qcs8300. 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:
parent
42914692e8
commit
aefd4d698e
|
|
@ -4363,7 +4363,14 @@ static const struct camss_resources qcm2290_resources = {
|
|||
static const struct camss_resources qcs8300_resources = {
|
||||
.version = CAMSS_8300,
|
||||
.pd_name = "top",
|
||||
.csiphy_res = csiphy_res_8300,
|
||||
.csid_res = csid_res_8775p,
|
||||
.csid_wrapper_res = &csid_wrapper_res_sm8550,
|
||||
.vfe_res = vfe_res_8775p,
|
||||
.icc_res = icc_res_qcs8300,
|
||||
.csiphy_num = ARRAY_SIZE(csiphy_res_8300),
|
||||
.csid_num = ARRAY_SIZE(csid_res_8775p),
|
||||
.vfe_num = ARRAY_SIZE(vfe_res_8775p),
|
||||
.icc_path_num = ARRAY_SIZE(icc_res_qcs8300),
|
||||
.link_entities = camss_link_entities
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user