diff options
author | Abel Vesa <[email protected]> | 2024-02-20 21:41:59 +0200 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2024-03-29 00:41:49 +0530 |
commit | f8d27a7e0ae36c204bffe4992043b2bb42ca8580 (patch) | |
tree | fa14a814db3e3b85b552f4372491069fdc68b86a | |
parent | cfd6f1a1a55ff4b3db631f7c04d2b52d6ba0d999 (diff) |
dt-bindings: phy: qcom,snps-eusb2-repeater: Add compatible for SMB2360
Add a dt-bindings compatible string for the Qualcomm's SMB2360 PMIC.
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Abel Vesa <[email protected]>
Link: https://lore.kernel.org/r/20240220-phy-qualcomm-eusb2-repeater-smb2360-v2-1-213338ca1d5f@linaro.org
Signed-off-by: Vinod Koul <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml b/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml index 24c733c10e0e..90d79491e281 100644 --- a/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml @@ -20,7 +20,9 @@ properties: - enum: - qcom,pm7550ba-eusb2-repeater - const: qcom,pm8550b-eusb2-repeater - - const: qcom,pm8550b-eusb2-repeater + - enum: + - qcom,pm8550b-eusb2-repeater + - qcom,smb2360-eusb2-repeater reg: maxItems: 1 |