Re: [PATCH v15 1/8] dt-bindings: phy: qcom,x1e80100-csi2-phy: Add Kaanapali CSI2 PHY

From: Bryan O'Donoghue

Date: Tue Jul 21 2026 - 19:34:45 EST


On 21/07/2026 05:50, Hangxiang Ma wrote:
The Kaanapali CSI2 PHY is compatible with the existing x1e80100 CSI2
C-PHY/DPHY binding. Add the "qcom,kaanapali-csi2-phy" compatible.

Signed-off-by: Hangxiang Ma <hangxiang.ma@xxxxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/phy/qcom,x1e80100-csi2-phy.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/phy/qcom,x1e80100-csi2-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,x1e80100-csi2-phy.yaml
index 880fe602945c..7943049834f9 100644
--- a/Documentation/devicetree/bindings/phy/qcom,x1e80100-csi2-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/qcom,x1e80100-csi2-phy.yaml
@@ -16,7 +16,9 @@ description:
properties:
compatible:
- const: qcom,x1e80100-csi2-phy
+ enum:
+ - qcom,kaanapali-csi2-phy
+ - qcom,x1e80100-csi2-phy
reg:
maxItems: 1

Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>