Commit 42bd0544 authored by Vivek Gautam's avatar Vivek Gautam Committed by Andy Gross

arm64: dts: msm8996: Add device node for qcom qmp-phy for usb

Adding required device node for USB3 QMP phy present on
msm8996 chipset to enable support for the same. This phy
provides super speed usb functionality for dwc3 controller
on msm8996.
Signed-off-by: default avatarVivek Gautam <vivek.gautam@codeaurora.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 6785fa95
...@@ -89,6 +89,10 @@ sdhci@74a4900 { ...@@ -89,6 +89,10 @@ sdhci@74a4900 {
status = "okay"; status = "okay";
}; };
phy@7410000 {
status = "okay";
};
phy@7411000 { phy@7411000 {
status = "okay"; status = "okay";
}; };
......
...@@ -556,6 +556,39 @@ qusb2s_hstx_trim: hstx_trim@24f { ...@@ -556,6 +556,39 @@ qusb2s_hstx_trim: hstx_trim@24f {
}; };
}; };
phy@7410000 {
compatible = "qcom,msm8996-qmp-usb3-phy";
reg = <0x7410000 0x1c4>;
#clock-cells = <1>;
#address-cells = <1>;
#size-cells = <1>;
ranges;
clocks = <&gcc GCC_USB3_PHY_AUX_CLK>,
<&gcc GCC_USB_PHY_CFG_AHB2PHY_CLK>,
<&gcc GCC_USB3_CLKREF_CLK>;
clock-names = "aux", "cfg_ahb", "ref";
vdda-phy-supply = <&pm8994_l28>;
vdda-pll-supply = <&pm8994_l12>;
resets = <&gcc GCC_USB3_PHY_BCR>,
<&gcc GCC_USB3PHY_PHY_BCR>;
reset-names = "phy", "common";
status = "disabled";
ssusb_phy_0: lane@7410200 {
reg = <0x7410200 0x200>,
<0x7410400 0x130>,
<0x7410600 0x1a8>;
#phy-cells = <0>;
clock-output-names = "usb3_phy_pipe_clk_src";
clocks = <&gcc GCC_USB3_PHY_PIPE_CLK>;
clock-names = "pipe0";
};
};
hsusb_phy1: phy@7411000 { hsusb_phy1: phy@7411000 {
compatible = "qcom,msm8996-qusb2-phy"; compatible = "qcom,msm8996-qusb2-phy";
reg = <0x7411000 0x180>; reg = <0x7411000 0x180>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment