diff options
author | Sandeep Maheswaram <sanm@codeaurora.org> | 2020-05-15 08:09:17 +0530 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-05-19 11:21:00 +0530 |
commit | 4ad7d7eeed3a86846f6fd583a532fbbdf6f47fff (patch) | |
tree | 5d7e4ead3fa190f681097fdf3983f944dc3dd544 /Documentation/devicetree/bindings/phy | |
parent | 59351049ad15b3cb1285260b32af6b9439932c99 (diff) | |
download | lwn-4ad7d7eeed3a86846f6fd583a532fbbdf6f47fff.tar.gz lwn-4ad7d7eeed3a86846f6fd583a532fbbdf6f47fff.zip |
dt-bindings: phy: qcom,qmp-usb3-dp: Add support for SC7180
Add compatible for SC7180 in QMP USB3 DP PHY bindings.
Signed-off-by: Sandeep Maheswaram <sanm@codeaurora.org>
Link: https://lore.kernel.org/r/1589510358-3865-4-git-send-email-sanm@codeaurora.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/phy')
-rw-r--r-- | Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml index 6055786d9e2a..b770e637df1d 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml @@ -12,8 +12,9 @@ maintainers: properties: compatible: - const: - qcom,sdm845-qmp-usb3-phy + enum: + - qcom,sc7180-qmp-usb3-phy + - qcom,sdm845-qmp-usb3-phy reg: items: - description: Address and length of PHY's common serdes block. |