Re: [PATCH 2/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI D-PHY driver

From: Bryan O'Donoghue
Date: Tue Aug 12 2025 - 11:08:25 EST


On 12/08/2025 14:39, neil.armstrong@xxxxxxxxxx wrote:
+    .clk_freq = {
+        zero,

It seems clang doesn't like this at all:
drivers/phy/qualcomm/phy-qcom-mipi-csi2-3ph-dphy.c:486:3: error: initializer element is not a compile-time constant
                zero,
                ^~~~
1 error generated.

Weirdly I compile with clang..

thx though

---
bod