ARM: dts: rockchip: fixed vdd_log max and min value for rk3288-evb-android-rk808-edp

Change-Id: I21f4a06bcf30ff39bcbdf8b9bd60f4ad53e4c24d
Signed-off-by: Huang jianzhi <jesse.huang@rock-chips.com>
This commit is contained in:
Huang jianzhi
2018-02-05 19:45:59 +08:00
committed by Tao Huang
parent be5e47668c
commit af2b840cfe

View File

@@ -68,14 +68,14 @@
/delete-node/ sdmmc-regulator;
vdd_log: vdd-center {
vdd_log: vdd-logic {
compatible = "pwm-regulator";
rockchip,pwm_id = <1>;
rockchip,pwm_voltage = <1100000>;
pwms = <&pwm1 0 25000 1>;
regulator-name = "vcc_log";
regulator-min-microvolt = <800000>;
regulator-max-microvolt = <1400000>;
regulator-min-microvolt = <860000>;
regulator-max-microvolt = <1360000>;
regulator-always-on;
regulator-boot-on;
};
@@ -144,6 +144,10 @@
mali-supply = <&vdd_gpu>;
};
&gmac {
max-speed = <1000>;
};
&hdmi_analog_sound {
status = "okay";
};
@@ -407,6 +411,11 @@
&rockchip_suspend {
status = "okay";
rockchip,pwm-regulator-config = <
(0
| PWM1_REGULATOR_EN
)
>;
};
&pwm1 {