ARM: dts: rk3036: fixes the cpu voltage and opp table for kylin

This patch supported the cpu voltage by changed with different
frequency, otherwise we will hit the following error on bootup.

..
[    5.031516] cpu cpu0: Failed to get cpu_reg
[    5.047725] cpu cpu0: clk or regulater is unavailable
..

Also, remove the 408M and 600M for rk3036 board, as the pclk_hdmi's parent
on apll, the low frequency will make the pclk be bad for hdmi display.

Change-Id: Ia4aac76a08cad3a59c33cd81065f943201a23a35
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
Caesar Wang
2017-11-01 18:35:30 +08:00
committed by Tao Huang
parent ab8125e363
commit 063681e77e

View File

@@ -118,6 +118,15 @@
status = "okay";
};
&cpu0 {
cpu-supply = <&vdd_cpu>;
};
&cpu0_opp_table {
/delete-node/ opp-408000000;
/delete-node/ opp-600000000;
};
&emac {
pinctrl-names = "default";
pinctrl-0 = <&emac_xfer>, <&emac_mdio>;
@@ -185,8 +194,8 @@
vdd_cpu: DCDC_REG1 {
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <1250000>;
regulator-max-microvolt = <1250000>;
regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1350000>;
regulator-name = "vdd_arm";
regulator-state-mem {
regulator-off-in-suspend;