- Replace dwc3 phy patch with upstream version - Rework the dts to use the upstream bindings - Update changed config flags - Rename module to reflect config name Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> [fix qcom,tx-deamp_3_5db typo, refresh patches, rename kmod] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> Tested-by: Paul Blazejowski <paulb@blazebox.homeip.net> [R7800]
44 lines
490 B
Plaintext
44 lines
490 B
Plaintext
#include "qcom-ipq8064.dtsi"
|
|
|
|
/ {
|
|
aliases {
|
|
serial0 = &gsbi4_serial;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
};
|
|
|
|
&CPU_SPC {
|
|
status = "okay";
|
|
};
|
|
|
|
&pcie0 {
|
|
phy-tx0-term-offset = <0>;
|
|
};
|
|
|
|
&pcie1 {
|
|
phy-tx0-term-offset = <0>;
|
|
};
|
|
|
|
&pcie2 {
|
|
phy-tx0-term-offset = <0>;
|
|
};
|
|
|
|
&sata {
|
|
ports-implemented = <0x1>;
|
|
};
|
|
|
|
&ss_phy_0 {
|
|
qcom,rx-eq = <2>;
|
|
qcom,tx-deamp_3_5db = <32>;
|
|
qcom,mpll = <5>;
|
|
};
|
|
|
|
&ss_phy_1 {
|
|
qcom,rx-eq = <2>;
|
|
qcom,tx-deamp_3_5db = <32>;
|
|
qcom,mpll = <5>;
|
|
};
|