Re: [PATCH v2 2/2] media: qcom: camss: x1e80100: Fixup x1e csiphy supply names

From: Bryan O'Donoghue
Date: Fri Apr 25 2025 - 16:54:45 EST


On 25/04/2025 18:27, Dmitry Baryshkov wrote:
static const struct camss_subdev_resources csiphy_res_x1e80100[] = {
/* CSIPHY0 */
{
- .regulators = { "vdd-csiphy-0p8-supply",
- "vdd-csiphy-1p2-supply" },
+ .regulators = { "vdd-csiphy0-0p8",
+ "vdd-csiphy0-1p2" },
This is an ABI break. Please mention in the cover message why we are
allowing it.

Not an ABI break as we have no upstream consumer of this just yet.

I'll V3 this to make clear though.

---
bod