mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user