mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
29 lines
1019 B
Diff
29 lines
1019 B
Diff
From 1852dfaacd3f4358bbfca134b63a02bbb30c1136 Mon Sep 17 00:00:00 2001
|
|
From: Nitheesh Sekar <quic_nsekar@quicinc.com>
|
|
Date: Mon, 4 Sep 2023 12:06:32 +0530
|
|
Subject: [PATCH] dt-bindings: phy: qcom,m31: Add IPQ5018 compatible
|
|
|
|
IPQ5332 qcom,m31 phy driver can support IPQ5018.
|
|
|
|
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Signed-off-by: Nitheesh Sekar <quic_nsekar@quicinc.com>
|
|
Link: https://lore.kernel.org/r/20230904063635.24975-2-quic_nsekar@quicinc.com
|
|
Signed-off-by: Vinod Koul <vkoul@kernel.org>
|
|
---
|
|
.../devicetree/bindings/phy/qcom,ipq5332-usb-hsphy.yaml | 4 +++-
|
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
--- a/Documentation/devicetree/bindings/phy/qcom,ipq5332-usb-hsphy.yaml
|
|
+++ b/Documentation/devicetree/bindings/phy/qcom,ipq5332-usb-hsphy.yaml
|
|
@@ -17,7 +17,9 @@ description:
|
|
properties:
|
|
compatible:
|
|
items:
|
|
- - const: qcom,ipq5332-usb-hsphy
|
|
+ - enum:
|
|
+ - qcom,ipq5018-usb-hsphy
|
|
+ - qcom,ipq5332-usb-hsphy
|
|
|
|
"#phy-cells":
|
|
const: 0
|