A number of improvements for rv1108 boards, removal of an obsolete property
from the Edison tablet and a chosen node for veyron devices. -----BEGIN PGP SIGNATURE----- iQFEBAABCAAuFiEE7v+35S2Q1vLNA3Lx86Z5yZzRHYEFAlxp5qUQHGhlaWtvQHNu dGVjaC5kZQAKCRDzpnnJnNEdgXsjCACcvu8DsAywvD4A1Ifnj1LCwIfzzTk7Njle NMtg4xGJDgjuTWYZMWUeIf7/te/sRX5w1T9a+yURxU7q7+aFhquKSIfhncqpKzeI 0glWTsOuIVaQSjn4+R5as6KPOxgWrBLZOolu39HmDnmaAjDn6hb5/NTm+lxSSrQO R/IJuMSbHL++vPNsP7415hYuZf+5uwFkbOeE7b3nU4zhPFa5IO7WNQlzytf3o4+M 4YqZ+C3eA9/M0izFN2UOvkqKIgHp6ZGGzE1fpcbrM74OqyreZh9CuuBnGbOmSD4N medTwJEVnuKJRFSmAyXuEUP8+M+RAQOrPZOop/HtvHdRhhfHvrCE =HTA/ -----END PGP SIGNATURE----- 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: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
commit
c22ae32d94
@ -460,7 +460,6 @@
|
|||||||
&mmc1 {
|
&mmc1 {
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
cap-mmc-highspeed;
|
|
||||||
keep-power-in-suspend;
|
keep-power-in-suspend;
|
||||||
mmc-pwrseq = <&sdio_pwrseq>;
|
mmc-pwrseq = <&sdio_pwrseq>;
|
||||||
non-removable;
|
non-removable;
|
||||||
|
@ -10,6 +10,10 @@
|
|||||||
#include "rk3288.dtsi"
|
#include "rk3288.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
chosen {
|
||||||
|
stdout-path = "serial2:115200n8";
|
||||||
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The default coreboot on veyron devices ignores memory@0 nodes
|
* The default coreboot on veyron devices ignores memory@0 nodes
|
||||||
* and would instead create another memory node.
|
* and would instead create another memory node.
|
||||||
|
@ -74,8 +74,8 @@
|
|||||||
vcc2-supply = <&vcc_sys>;
|
vcc2-supply = <&vcc_sys>;
|
||||||
vcc3-supply = <&vcc_sys>;
|
vcc3-supply = <&vcc_sys>;
|
||||||
vcc4-supply = <&vcc_sys>;
|
vcc4-supply = <&vcc_sys>;
|
||||||
vcc5-supply = <&vcc_sys>;
|
vcc5-supply = <&vdd_buck2>;
|
||||||
vcc6-supply = <&vcc_sys>;
|
vcc6-supply = <&vdd_buck2>;
|
||||||
|
|
||||||
regulators {
|
regulators {
|
||||||
vdd_core: DCDC_REG1 {
|
vdd_core: DCDC_REG1 {
|
||||||
@ -85,17 +85,19 @@
|
|||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
regulator-state-mem {
|
regulator-state-mem {
|
||||||
regulator-state-enabled;
|
regulator-on-in-suspend;
|
||||||
regulator-state-uv = <900000>;
|
regulator-suspend-microvolt = <900000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
vdd_cam: DCDC_REG2 {
|
vdd_buck2: DCDC_REG2 {
|
||||||
regulator-name= "vdd_cam";
|
regulator-name= "vdd_buck2";
|
||||||
regulator-min-microvolt = <700000>;
|
regulator-min-microvolt = <2200000>;
|
||||||
regulator-max-microvolt = <2000000>;
|
regulator-max-microvolt = <2200000>;
|
||||||
|
regulator-always-on;
|
||||||
|
regulator-boot-on;
|
||||||
regulator-state-mem {
|
regulator-state-mem {
|
||||||
regulator-state-disabled;
|
regulator-off-in-suspend;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -104,7 +106,7 @@
|
|||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
regulator-state-mem {
|
regulator-state-mem {
|
||||||
regulator-state-enabled;
|
regulator-on-in-suspend;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -115,8 +117,8 @@
|
|||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
regulator-state-mem {
|
regulator-state-mem {
|
||||||
regulator-state-enabled;
|
regulator-on-in-suspend;
|
||||||
regulator-state-uv = <3300000>;
|
regulator-suspend-microvolt = <3300000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -127,7 +129,7 @@
|
|||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
regulator-state-mem {
|
regulator-state-mem {
|
||||||
regulator-state-disabled;
|
regulator-off-in-suspend;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -138,7 +140,7 @@
|
|||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
regulator-state-mem {
|
regulator-state-mem {
|
||||||
regulator-state-disabled;
|
regulator-off-in-suspend;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -149,8 +151,8 @@
|
|||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
regulator-state-mem {
|
regulator-state-mem {
|
||||||
regulator-state-enabled;
|
regulator-on-in-suspend;
|
||||||
regulator-state-uv = <1000000>;
|
regulator-suspend-microvolt = <1000000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -97,8 +97,8 @@
|
|||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
regulator-state-mem {
|
regulator-state-mem {
|
||||||
regulator-state-enabled;
|
regulator-on-in-suspend;
|
||||||
regulator-state-uv = <900000>;
|
regulator-suspend-microvolt = <900000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -107,7 +107,7 @@
|
|||||||
regulator-min-microvolt = <700000>;
|
regulator-min-microvolt = <700000>;
|
||||||
regulator-max-microvolt = <2000000>;
|
regulator-max-microvolt = <2000000>;
|
||||||
regulator-state-mem {
|
regulator-state-mem {
|
||||||
regulator-state-disabled;
|
regulator-off-in-suspend;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -116,7 +116,7 @@
|
|||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
regulator-state-mem {
|
regulator-state-mem {
|
||||||
regulator-state-enabled;
|
regulator-on-in-suspend;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -127,8 +127,8 @@
|
|||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
regulator-state-mem {
|
regulator-state-mem {
|
||||||
regulator-state-enabled;
|
regulator-on-in-suspend;
|
||||||
regulator-state-uv = <3300000>;
|
regulator-suspend-microvolt = <3300000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -139,7 +139,7 @@
|
|||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
regulator-state-mem {
|
regulator-state-mem {
|
||||||
regulator-state-disabled;
|
regulator-off-in-suspend;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -150,7 +150,7 @@
|
|||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
regulator-state-mem {
|
regulator-state-mem {
|
||||||
regulator-state-disabled;
|
regulator-off-in-suspend;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -161,8 +161,8 @@
|
|||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
regulator-state-mem {
|
regulator-state-mem {
|
||||||
regulator-state-enabled;
|
regulator-on-in-suspend;
|
||||||
regulator-state-uv = <1000000>;
|
regulator-suspend-microvolt = <1000000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user