Commit c22ae32d authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'v5.1-rockchip-dts32-2' of...

Merge tag 'v5.1-rockchip-dts32-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/dt

A number of improvements for rv1108 boards, removal of an obsolete property
from the Edison tablet and a chosen node for veyron devices.

* tag 'v5.1-rockchip-dts32-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip:
  ARM: dts: rockchip: add chosen node on veyron devices
  ARM: dts: rockchip: remove cap-mmc-highspeed from rk3188-bqedison2qc mmc1 node
  ARM: dts: rockchip: Use the correct regulator properties on rv1108-evb
  ARM: dts: rockchip: Use the correct regulator properties on rv1108-elgin
  ARM: dts: rockchip: Fix vcc5/6-supply representation on rv1108-elgin
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents bf5db21c 5aed37a5
......@@ -460,7 +460,6 @@ &mmc0 {
&mmc1 {
bus-width = <4>;
cap-sd-highspeed;
cap-mmc-highspeed;
keep-power-in-suspend;
mmc-pwrseq = <&sdio_pwrseq>;
non-removable;
......
......@@ -10,6 +10,10 @@
#include "rk3288.dtsi"
/ {
chosen {
stdout-path = "serial2:115200n8";
};
/*
* The default coreboot on veyron devices ignores memory@0 nodes
* and would instead create another memory node.
......
......@@ -74,8 +74,8 @@ rk805: pmic@18 {
vcc2-supply = <&vcc_sys>;
vcc3-supply = <&vcc_sys>;
vcc4-supply = <&vcc_sys>;
vcc5-supply = <&vcc_sys>;
vcc6-supply = <&vcc_sys>;
vcc5-supply = <&vdd_buck2>;
vcc6-supply = <&vdd_buck2>;
regulators {
vdd_core: DCDC_REG1 {
......@@ -85,17 +85,19 @@ vdd_core: DCDC_REG1 {
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
regulator-state-enabled;
regulator-state-uv = <900000>;
regulator-on-in-suspend;
regulator-suspend-microvolt = <900000>;
};
};
vdd_cam: DCDC_REG2 {
regulator-name= "vdd_cam";
regulator-min-microvolt = <700000>;
regulator-max-microvolt = <2000000>;
vdd_buck2: DCDC_REG2 {
regulator-name= "vdd_buck2";
regulator-min-microvolt = <2200000>;
regulator-max-microvolt = <2200000>;
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
regulator-state-disabled;
regulator-off-in-suspend;
};
};
......@@ -104,7 +106,7 @@ vcc_ddr: DCDC_REG3 {
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
regulator-state-enabled;
regulator-on-in-suspend;
};
};
......@@ -115,8 +117,8 @@ vcc_io: DCDC_REG4 {
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
regulator-state-enabled;
regulator-state-uv = <3300000>;
regulator-on-in-suspend;
regulator-suspend-microvolt = <3300000>;
};
};
......@@ -127,7 +129,7 @@ vdd_10: LDO_REG1 {
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
regulator-state-disabled;
regulator-off-in-suspend;
};
};
......@@ -138,7 +140,7 @@ vcc_18: LDO_REG2 {
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
regulator-state-disabled;
regulator-off-in-suspend;
};
};
......@@ -149,8 +151,8 @@ vdd10_pmu: LDO_REG3 {
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
regulator-state-enabled;
regulator-state-uv = <1000000>;
regulator-on-in-suspend;
regulator-suspend-microvolt = <1000000>;
};
};
};
......
......@@ -97,8 +97,8 @@ vdd_core: DCDC_REG1 {
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
regulator-state-enabled;
regulator-state-uv = <900000>;
regulator-on-in-suspend;
regulator-suspend-microvolt = <900000>;
};
};
......@@ -107,7 +107,7 @@ vdd_cam: DCDC_REG2 {
regulator-min-microvolt = <700000>;
regulator-max-microvolt = <2000000>;
regulator-state-mem {
regulator-state-disabled;
regulator-off-in-suspend;
};
};
......@@ -116,7 +116,7 @@ vcc_ddr: DCDC_REG3 {
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
regulator-state-enabled;
regulator-on-in-suspend;
};
};
......@@ -127,8 +127,8 @@ vcc_io: DCDC_REG4 {
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
regulator-state-enabled;
regulator-state-uv = <3300000>;
regulator-on-in-suspend;
regulator-suspend-microvolt = <3300000>;
};
};
......@@ -139,7 +139,7 @@ vdd_10: LDO_REG1 {
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
regulator-state-disabled;
regulator-off-in-suspend;
};
};
......@@ -150,7 +150,7 @@ vcc_18: LDO_REG2 {
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
regulator-state-disabled;
regulator-off-in-suspend;
};
};
......@@ -161,8 +161,8 @@ vdd10_pmu: LDO_REG3 {
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
regulator-state-enabled;
regulator-state-uv = <1000000>;
regulator-on-in-suspend;
regulator-suspend-microvolt = <1000000>;
};
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment