[PATCH v3 1/3] dt-bindings: phy: qcom,x1e80100-csi2-phy: Add Glymur compatible
From: Nihal Kumar Gupta
Date: Thu Sep 17 2026 - 08:24:19 EST
Glymur integrates the same CSI2 PHY IP as X1E80100. Add
qcom,glymur-csi2-phy falling back to qcom,x1e80100-csi2-phy.
Signed-off-by: Nihal Kumar Gupta <nihal.gupta@xxxxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/phy/qcom,x1e80100-csi2-phy.yaml | 6 +++++-
1 file changed, 5 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 dc64af97da6c659628729a758316353798aa98db..1f1e2a4993b2aff9a1519640bc4e04ca98fa4baa 100644
--- a/Documentation/devicetree/bindings/phy/qcom,x1e80100-csi2-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/qcom,x1e80100-csi2-phy.yaml
@@ -16,7 +16,11 @@ description:
properties:
compatible:
- const: qcom,x1e80100-csi2-phy
+ oneOf:
+ - const: qcom,x1e80100-csi2-phy
+ - items:
+ - const: qcom,glymur-csi2-phy
+ - const: qcom,x1e80100-csi2-phy
reg:
maxItems: 1
--
2.34.1