diff options
author | Pavel Kubelun <be.dissent@gmail.com> | 2017-07-05 19:23:23 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-01-17 11:05:11 +0100 |
commit | 644a0d5403badde9c0f0fdf77e4a6273bcf9710d (patch) | |
tree | 4d08ed195cb66dbaf12a4b2b12a9177fdec5a141 | |
parent | e93a16ed3ff0e6ad8ffb042cd340c28a117380b9 (diff) | |
download | mtk-20170518-644a0d5403badde9c0f0fdf77e4a6273bcf9710d.zip mtk-20170518-644a0d5403badde9c0f0fdf77e4a6273bcf9710d.tar.gz mtk-20170518-644a0d5403badde9c0f0fdf77e4a6273bcf9710d.tar.bz2 |
ipq8065: adjust SS USB PHY power settings
According to QSDK ipq8065 has different SS USB PHY power settings.
Adjust it according to QSDK settings.
It also corresponds to oem Netgear R7800 tarball for soc ver >= 2.
https://github.com/paul-chambers/netgear-r7800/blob/eeac2e10190f6f45e32e4c7012c4babc351898d8/git_home/linux.git/sourcecode/arch/arm/mach-msm/board-ipq806x.c#L2494
Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
-rw-r--r-- | target/linux/ipq806x/files-4.9/arch/arm/boot/dts/qcom-ipq8065.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ipq806x/files-4.9/arch/arm/boot/dts/qcom-ipq8065.dtsi b/target/linux/ipq806x/files-4.9/arch/arm/boot/dts/qcom-ipq8065.dtsi index b3ccb2e..15f3b95 100644 --- a/target/linux/ipq806x/files-4.9/arch/arm/boot/dts/qcom-ipq8065.dtsi +++ b/target/linux/ipq806x/files-4.9/arch/arm/boot/dts/qcom-ipq8065.dtsi @@ -75,6 +75,17 @@ }; }; + ss_phy_0: phy@110f8830 { + rx_eq = <2>; + tx_deamp_3_5db = <32>; + mpll = <0xa0>; + }; + ss_phy_1: phy@100f8830 { + rx_eq = <2>; + tx_deamp_3_5db = <32>; + mpll = <0xa0>; + }; + /* Temporary fixed regulator */ vsdcc_fixed: vsdcc-regulator { compatible = "regulator-fixed"; |