Commit a18bbe1c authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson

ARM: dts: qcom-sdx55: switch USB QMP PHY to new style of bindings

Change the USB QMP PHY to use newer style of QMP PHY bindings (single
resource region, no per-PHY subnodes).
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230824211952.1397699-16-dmitry.baryshkov@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent b85ea95d
...@@ -228,31 +228,26 @@ usb_hsphy: phy@ff4000 { ...@@ -228,31 +228,26 @@ usb_hsphy: phy@ff4000 {
usb_qmpphy: phy@ff6000 { usb_qmpphy: phy@ff6000 {
compatible = "qcom,sdx55-qmp-usb3-uni-phy"; compatible = "qcom,sdx55-qmp-usb3-uni-phy";
reg = <0x00ff6000 0x1c0>; reg = <0x00ff6000 0x1000>;
status = "disabled";
#address-cells = <1>;
#size-cells = <1>;
ranges;
clocks = <&gcc GCC_USB3_PHY_AUX_CLK>, clocks = <&gcc GCC_USB3_PHY_AUX_CLK>,
<&gcc GCC_USB3_PRIM_CLKREF_CLK>,
<&gcc GCC_USB_PHY_CFG_AHB2PHY_CLK>, <&gcc GCC_USB_PHY_CFG_AHB2PHY_CLK>,
<&gcc GCC_USB3_PRIM_CLKREF_CLK>; <&gcc GCC_USB3_PHY_PIPE_CLK>;
clock-names = "aux", "cfg_ahb", "ref"; clock-names = "aux",
"ref",
resets = <&gcc GCC_USB3PHY_PHY_BCR>, "cfg_ahb",
<&gcc GCC_USB3_PHY_BCR>; "pipe";
reset-names = "phy", "common"; clock-output-names = "usb3_uni_phy_pipe_clk_src";
#clock-cells = <0>;
usb_ssphy: phy@ff6200 { #phy-cells = <0>;
reg = <0x00ff6200 0x170>,
<0x00ff6400 0x200>, resets = <&gcc GCC_USB3_PHY_BCR>,
<0x00ff6800 0x800>; <&gcc GCC_USB3PHY_PHY_BCR>;
#phy-cells = <0>; reset-names = "phy",
#clock-cells = <0>; "phy_phy";
clocks = <&gcc GCC_USB3_PHY_PIPE_CLK>;
clock-names = "pipe0"; status = "disabled";
clock-output-names = "usb3_uni_phy_pipe_clk_src";
};
}; };
mc_virt: interconnect@1100000 { mc_virt: interconnect@1100000 {
...@@ -603,7 +598,7 @@ usb_dwc3: usb@a600000 { ...@@ -603,7 +598,7 @@ usb_dwc3: usb@a600000 {
iommus = <&apps_smmu 0x1a0 0x0>; iommus = <&apps_smmu 0x1a0 0x0>;
snps,dis_u2_susphy_quirk; snps,dis_u2_susphy_quirk;
snps,dis_enblslpm_quirk; snps,dis_enblslpm_quirk;
phys = <&usb_hsphy>, <&usb_ssphy>; phys = <&usb_hsphy>, <&usb_qmpphy>;
phy-names = "usb2-phy", "usb3-phy"; phy-names = "usb2-phy", "usb3-phy";
}; };
}; };
......
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