123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- /* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
- *
- * 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
- * only version 2 as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
- /*
- * As a general rule, only version-specific property overrides should be placed
- * inside this file. However, device definitions should be placed inside the
- * msm8226.dtsi file.
- */
- /include/ "msm8226.dtsi"
- /include/ "msm8226-v1-pm.dtsi"
- / {
- qcom,msm-id = <145 0>,
- <158 0>,
- <159 0>,
- <198 0>,
- <205 0>,
- <220 0>,
- <221 0>,
- <222 0>,
- <223 0>;
- };
- &tsens {
- qcom,sensors = <4>;
- qcom,slope = <2901 2846 3038 2955>;
- };
- &gdsc_venus {
- qcom,skip-logic-collapse;
- qcom,retain-periph;
- qcom,retain-mem;
- };
- &gdsc_mdss {
- qcom,skip-logic-collapse;
- qcom,retain-periph;
- qcom,retain-mem;
- };
- &gdsc_jpeg {
- qcom,skip-logic-collapse;
- qcom,retain-periph;
- qcom,retain-mem;
- };
- &gdsc_vfe {
- qcom,skip-logic-collapse;
- qcom,retain-periph;
- qcom,retain-mem;
- };
- &gdsc_oxili_cx {
- qcom,skip-logic-collapse;
- qcom,retain-periph;
- qcom,retain-mem;
- };
- &pm8226_s2 {
- regulator-max-microvolt = <1275000>;
- };
- &pm8226_l3 {
- regulator-max-microvolt = <1287500>;
- };
- &pm8226_l3_ao {
- regulator-max-microvolt = <1287500>;
- };
- &pm8226_l3_so {
- regulator-max-microvolt = <1287500>;
- };
- &apc_vreg_corner {
- regulator-min-microvolt = <1>;
- regulator-max-microvolt = <3>;
- qcom,pvs-voltage-table =
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>,
- <1050000 1150000 1275000>;
- qcom,cpr-voltage-ceiling = <1050000 1150000 1275000>;
- qcom,cpr-voltage-floor = <1050000 1050000 1100000>;
- qcom,cpr-step-quotient = <15>;
- qcom,cpr-apc-volt-step = <5000>;
- qcom,cpr-up-threshold = <0>;
- qcom,cpr-down-threshold = <10>;
- };
|