diff options
author | Sivaprakash Murugesan <sivaprak@codeaurora.org> | 2020-06-08 17:11:19 +0300 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2020-06-24 20:40:14 +0300 |
commit | 5e09bc51d07b31922b4f6156f3058a9e743c68de (patch) | |
tree | a969b42df018d321ba26268148a4a4de47824e59 /arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | |
parent | 732c94def0460d31f87d145d96db25f05273719e (diff) | |
download | linux-5e09bc51d07b31922b4f6156f3058a9e743c68de.tar.xz |
arm64: dts: ipq8074: enable USB support
IPQ8074 has two super speed usb ports, add phy and dwc3 nodes
to enable them.
Signed-off-by: Sivaprakash Murugesan <sivaprak@codeaurora.org>
Link: https://lore.kernel.org/r/1591625479-4483-6-git-send-email-sivaprak@codeaurora.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/ipq8074-hk01.dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts b/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts index 390e8d289961..f4a76162ab5f 100644 --- a/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts +++ b/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts @@ -86,3 +86,27 @@ &sdhc_1 { status = "ok"; }; + +&qusb_phy_0 { + status = "ok"; +}; + +&qusb_phy_1 { + status = "ok"; +}; + +&ssphy_0 { + status = "ok"; +}; + +&ssphy_1 { + status = "ok"; +}; + +&usb_0 { + status = "ok"; +}; + +&usb_1 { + status = "ok"; +}; |