ARM: dts: msm: usb3 switches to virtual reset on msm8996 vplatfrom
Enable virtual reset controller for usb3 on msm8996 virtual platform. Change-Id: Ie25210a3304ade476c8b6a1c180591a1162bedb2 Signed-off-by: Zhiqiang Tu <ztu@codeaurora.org>
This commit is contained in:
parent
1cce581249
commit
75e93feb2c
2 changed files with 6 additions and 5 deletions
|
@ -86,7 +86,7 @@
|
||||||
|
|
||||||
qcom,core-clk-rate = <120000000>;
|
qcom,core-clk-rate = <120000000>;
|
||||||
|
|
||||||
resets = <&clock_gcc USB_30_BCR>;
|
resets = <&clock_virt USB_30_BCR>;
|
||||||
reset-names = "core_reset";
|
reset-names = "core_reset";
|
||||||
|
|
||||||
dwc3@6a00000 {
|
dwc3@6a00000 {
|
||||||
|
@ -241,7 +241,7 @@
|
||||||
<&clock_gcc clk_ln_bb_clk>;
|
<&clock_gcc clk_ln_bb_clk>;
|
||||||
clock-names = "cfg_ahb_clk", "ref_clk_src";
|
clock-names = "cfg_ahb_clk", "ref_clk_src";
|
||||||
|
|
||||||
resets = <&clock_gcc QUSB2PHY_PRIM_BCR>;
|
resets = <&clock_virt QUSB2PHY_PRIM_BCR>;
|
||||||
reset-names = "phy_reset";
|
reset-names = "phy_reset";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -365,8 +365,8 @@
|
||||||
clock-names = "aux_clk", "pipe_clk", "cfg_ahb_clk",
|
clock-names = "aux_clk", "pipe_clk", "cfg_ahb_clk",
|
||||||
"ref_clk_src", "ref_clk";
|
"ref_clk_src", "ref_clk";
|
||||||
|
|
||||||
resets = <&clock_gcc USB3_PHY_BCR>,
|
resets = <&clock_virt USB3_PHY_BCR>,
|
||||||
<&clock_gcc USB3PHY_PHY_BCR>;
|
<&clock_virt USB3PHY_PHY_BCR>;
|
||||||
reset-names = "phy_reset", "phy_phy_reset";
|
reset-names = "phy_reset", "phy_phy_reset";
|
||||||
qcom,disable-autonomous-mode;
|
qcom,disable-autonomous-mode;
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
|
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 and
|
* it under the terms of the GNU General Public License version 2 and
|
||||||
|
@ -692,6 +692,7 @@
|
||||||
clock_virt: qcom,virtclk-frontend@0 {
|
clock_virt: qcom,virtclk-frontend@0 {
|
||||||
compatible = "qcom,virtclk-frontend-8996";
|
compatible = "qcom,virtclk-frontend-8996";
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
|
#reset-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
clock_gcc: qcom,gcc@300000 {
|
clock_gcc: qcom,gcc@300000 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue