aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/files/arch/arm/boot/dts
diff options
context:
space:
mode:
authorPavel Kubelun <be.dissent@gmail.com>2016-12-22 12:17:25 +0300
committerJohn Crispin <john@phrozen.org>2017-01-10 08:11:14 +0100
commit6ebb46a40a246f986f4ed6f1de43beb4268f8167 (patch)
treeb513f79c61b4285604f0ac751d7f8ba23c97a70f /target/linux/ipq806x/files/arch/arm/boot/dts
parente9f0b759769bb3d51aae5fa578ce1bde088d72ba (diff)
downloadupstream-6ebb46a40a246f986f4ed6f1de43beb4268f8167.tar.gz
upstream-6ebb46a40a246f986f4ed6f1de43beb4268f8167.tar.bz2
upstream-6ebb46a40a246f986f4ed6f1de43beb4268f8167.zip
ipq806x: fix pvs1_bin voltage in ipq8065 DT
Fixing pvs1 bin voltage as found in GPL tarball and Qualcomm SDK. Also adjusting smb208_s2a/b minimum voltage to reflect lowest value in pvs table. Current ipq8065 devices in LEDE choose (based on eFuse data) pvs bin n4, that has correct values in DT, but in future a new device may choose n1 or n6. Without this change n1 is semi-correct and n6 is not available, because OPP driver disregards bins with voltage values that regulator cannot supply. Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/files/arch/arm/boot/dts')
-rw-r--r--target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065.dtsi14
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065.dtsi b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065.dtsi
index 614610c016..d4fbbe29f1 100644
--- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065.dtsi
+++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065.dtsi
@@ -222,11 +222,11 @@
< 600000000 1000000 >,
< 384000000 975000 >;
qcom,speed0-pvs1-bin-v0 =
- < 1725000000 1262500 >,
- < 1400000000 1175000 >,
- < 1000000000 1100000 >,
- < 800000000 1050000 >,
- < 600000000 1000000 >,
+ < 1725000000 1225000 >,
+ < 1400000000 1150000 >,
+ < 1000000000 1075000 >,
+ < 800000000 1025000 >,
+ < 600000000 975000 >,
< 384000000 950000 >;
qcom,speed0-pvs2-bin-v0 =
< 1725000000 1200000 >,
@@ -340,13 +340,13 @@
};
smb208_s2a: s2a {
- regulator-min-microvolt = < 800000>;
+ regulator-min-microvolt = <775000>;
regulator-max-microvolt = <1275000>;
qcom,switch-mode-frequency = <1200000>;
};
smb208_s2b: s2b {
- regulator-min-microvolt = < 800000>;
+ regulator-min-microvolt = <775000>;
regulator-max-microvolt = <1275000>;
qcom,switch-mode-frequency = <1200000>;
};