.../devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml | 4 ++++ 1 file changed, 4 insertions(+)
Add compatible for QMP UFS PHY on Qualcomm Nord SoC with a fallback
on qcom,sm8650-qmp-ufs-phy.
Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
---
.../devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml
index 9616c736b6d4..cc3457d6aa3b 100644
--- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml
@@ -36,6 +36,10 @@ properties:
- enum:
- qcom,kaanapali-qmp-ufs-phy
- const: qcom,sm8750-qmp-ufs-phy
+ - items:
+ - enum:
+ - qcom,nord-qmp-ufs-phy
+ - const: qcom,sm8650-qmp-ufs-phy
- enum:
- qcom,milos-qmp-ufs-phy
- qcom,msm8996-qmp-ufs-phy
--
2.43.0
On 20/04/2026 09:49, Shawn Guo wrote: > Add compatible for QMP UFS PHY on Qualcomm Nord SoC with a fallback > on qcom,sm8650-qmp-ufs-phy. > > Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com> > --- > .../devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml > index 9616c736b6d4..cc3457d6aa3b 100644 > --- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml > @@ -36,6 +36,10 @@ properties: > - enum: > - qcom,kaanapali-qmp-ufs-phy > - const: qcom,sm8750-qmp-ufs-phy > + - items: > + - enum: > + - qcom,nord-qmp-ufs-phy > + - const: qcom,sm8650-qmp-ufs-phy You do not need new entry, especially placed in incorrect order. Sort it and then you will see that you just duplicated it. Best regards, Krzysztof
On Mon, Apr 20, 2026 at 10:21:39AM +0200, Krzysztof Kozlowski wrote: > On 20/04/2026 09:49, Shawn Guo wrote: > > Add compatible for QMP UFS PHY on Qualcomm Nord SoC with a fallback > > on qcom,sm8650-qmp-ufs-phy. > > > > Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com> > > --- > > .../devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml > > index 9616c736b6d4..cc3457d6aa3b 100644 > > --- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml > > +++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml > > @@ -36,6 +36,10 @@ properties: > > - enum: > > - qcom,kaanapali-qmp-ufs-phy > > - const: qcom,sm8750-qmp-ufs-phy > > + - items: > > + - enum: > > + - qcom,nord-qmp-ufs-phy > > + - const: qcom,sm8650-qmp-ufs-phy > > You do not need new entry, especially placed in incorrect order. Sort it > and then you will see that you just duplicated it. Indeed! I missed that. Thanks Krzysztof! Shawn
© 2016 - 2026 Red Hat, Inc.