afcb78f103
Use new usb3 implementation and refresh dts to the new dwc3 structure Signed-off-by: Christian Lamparter <chunkeey@gmail.com> Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> [proper authorship of the patch] Signed-off-by: Petr Štetiar <ynezz@true.cz>
31 lines
378 B
Plaintext
31 lines
378 B
Plaintext
#include "qcom-ipq8064-v1.0.dtsi"
|
|
|
|
/ {
|
|
soc: soc {
|
|
|
|
pcie0: pci@1b500000 {
|
|
phy-tx0-term-offset = <0>;
|
|
};
|
|
|
|
pcie1: pci@1b700000 {
|
|
phy-tx0-term-offset = <0>;
|
|
};
|
|
|
|
pcie2: pci@1b900000 {
|
|
phy-tx0-term-offset = <0>;
|
|
};
|
|
};
|
|
};
|
|
|
|
&ss_phy_0 {
|
|
rx_eq = <2>;
|
|
tx_deamp_3_5db = <32>;
|
|
mpll = <0xa0>;
|
|
};
|
|
|
|
&ss_phy_1 {
|
|
rx_eq = <2>;
|
|
tx_deamp_3_5db = <32>;
|
|
mpll = <0xa0>;
|
|
};
|