diff options
author | Jeffrey Hugo <jhugo@codeaurora.org> | 2019-01-22 00:32:46 +0300 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2019-01-28 13:51:29 +0300 |
commit | b266d6e496a8c61a2d120960678b1bd97803a0ad (patch) | |
tree | 2609d90d8319db889631a15823b731af65cd99d1 /Documentation/devicetree/bindings/usb/qcom,dwc3.txt | |
parent | d7c3eeffbc55ad462e6447902ffa752c7e9d6aae (diff) | |
download | linux-b266d6e496a8c61a2d120960678b1bd97803a0ad.tar.xz |
dt-bindings: usb: Add support for msm8998
msm8998 USB has a dwc3 controller just like the existing sdm845 support.
Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'Documentation/devicetree/bindings/usb/qcom,dwc3.txt')
-rw-r--r-- | Documentation/devicetree/bindings/usb/qcom,dwc3.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.txt b/Documentation/devicetree/bindings/usb/qcom,dwc3.txt index 95afdcf3c337..cb695aa3fba4 100644 --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.txt +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.txt @@ -4,6 +4,7 @@ Required properties: - compatible: Compatible list, contains "qcom,dwc3" "qcom,msm8996-dwc3" for msm8996 SOC. + "qcom,msm8998-dwc3" for msm8998 SOC. "qcom,sdm845-dwc3" for sdm845 SOC. - reg: Offset and length of register set for QSCRATCH wrapper - power-domains: specifies a phandle to PM domain provider node |