Merge "video: driver: add support for pineapple V2 devices"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

커밋
954b0ff6f5
@@ -42,7 +42,8 @@ static inline bool is_video_device(struct device *dev)
|
||||
return !!(of_device_is_compatible(dev->of_node, "qcom,sm8450-vidc") ||
|
||||
of_device_is_compatible(dev->of_node, "qcom,sm8550-vidc") ||
|
||||
of_device_is_compatible(dev->of_node, "qcom,sm8550-vidc-v2") ||
|
||||
of_device_is_compatible(dev->of_node, "qcom,sm8650-vidc"));
|
||||
of_device_is_compatible(dev->of_node, "qcom,sm8650-vidc")) ||
|
||||
of_device_is_compatible(dev->of_node, "qcom,sm8650-vidc-v2");
|
||||
}
|
||||
|
||||
static inline bool is_video_context_bank_device(struct device *dev)
|
||||
@@ -119,6 +120,7 @@ static const struct of_device_id msm_vidc_dt_match[] = {
|
||||
{.compatible = "qcom,sm8550-vidc"},
|
||||
{.compatible = "qcom,sm8550-vidc-v2"},
|
||||
{.compatible = "qcom,sm8650-vidc"},
|
||||
{.compatible = "qcom,sm8650-vidc-v2"},
|
||||
{.compatible = "qcom,vidc,cb-ns-pxl"},
|
||||
{.compatible = "qcom,vidc,cb-ns"},
|
||||
{.compatible = "qcom,vidc,cb-sec-non-pxl"},
|
||||
|
Reference in New Issue
Block a user