Re: [PATCH v13 3/5] media: qcom: camss: Add support for PHY API devices

From: Nihal Kumar Gupta

Date: Wed Jul 29 2026 - 10:10:19 EST




On 28-07-2026 15:05, Bryan O'Donoghue wrote:
> + ret = PTR_ERR(csd);
> + goto err_cleanup;
> + }
> + }
> +
> if (IS_ERR(csd)) {
> ret = PTR_ERR(csd);
> goto err_cleanup;
> @@ -4819,6 +4854,29 @@ static int camss_parse_ports(struct camss *camss)
> return ret;
> }
Hi Bryan,

While rebasing Glymur on the following series I found an issue —
Could you please review the changes below.

Tested on
1. Glymur CRD with OV08X40, working as expected.
2. Monaco EVK with IMX577(legacy path) — working as expected.

Picked up following for testing:
- PHY driver: Add a CSI2 MIPI DPHY driver [v14]
- CAMSS PHY API: Add dt-bindings and PHY updates for CAMSS on x1e80100 silicon [v13]
- Below patchset
- Glymur DT binding/DTS: locally

Holding off formal submission until the above stabilise.

----------------------------------------------------------------------