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

From: Bryan O'Donoghue

Date: Tue Sep 22 2026 - 05:55:19 EST


On 22/09/2026 10:15, Konrad Dybcio wrote:
On 9/18/26 3:56 PM, Bryan O'Donoghue wrote:
Add the ability to use a PHY pointer which interacts with the standard PHY
API.

In the first instance the code will try to use the new PHY interface. If no
PHYs are present in the DT then the legacy method will be attempted.

Acked-by: Manivannan Sadhasivam<manivannan.sadhasivam@xxxxxxxxxxxxxxxx>
Tested-by: Oleg Keri<okerixx@xxxxxxxxx> # Lenovo Yoga Slim 7x Gen 11 (Glymur)
Signed-off-by: Bryan O'Donoghue<bryan.odonoghue@xxxxxxxxxx>
---
This and the following patch conflict upon applying after:

aedd77ea8168 ("media: qcom: camss: use fwnode_graph_for_each_endpoint_scoped() to simplify code")

Konrad

Thanks for the heads up

---
bod