Skip to content

Commit 4c80a00

Browse files
committed
Merge tag 'v4.3-rockchip32-dts3' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/dt
Fixes for non-standard and inverted regulator-suspend-properties on veyron boards. * tag 'v4.3-rockchip32-dts3' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: ARM: dts: rockchip: correct regulator power states for suspend ARM: dts: rockchip: correct regulator PM properties Signed-off-by: Olof Johansson <[email protected]>
2 parents f4be3c6 + 467fb18 commit 4c80a00

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

arch/arm/boot/dts/rk3288-veyron-jerry.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
regulator-min-microvolt = <1800000>;
100100
regulator-max-microvolt = <1800000>;
101101
regulator-state-mem {
102-
regulator-on-in-suspend;
102+
regulator-off-in-suspend;
103103
};
104104
};
105105
};

arch/arm/boot/dts/rk3288-veyron-minnie.dts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,16 @@
128128
regulator-min-microvolt = <3300000>;
129129
regulator-max-microvolt = <3300000>;
130130
regulator-name = "vcc33_touch";
131-
regulator-suspend-mem-disabled;
131+
regulator-state-mem {
132+
regulator-off-in-suspend;
133+
};
132134
};
133135

134136
vcc5v_touch: SWITCH_REG2 {
135137
regulator-name = "vcc5v_touch";
136-
regulator-suspend-mem-disabled;
138+
regulator-state-mem {
139+
regulator-off-in-suspend;
140+
};
137141
};
138142
};
139143
};

arch/arm/boot/dts/rk3288-veyron-pinky.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
regulator-boot-on;
110110
regulator-name = "vcc18_lcd";
111111
regulator-state-mem {
112-
regulator-on-in-suspend;
112+
regulator-off-in-suspend;
113113
};
114114
};
115115
};

arch/arm/boot/dts/rk3288-veyron-sdmmc.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
regulator-min-microvolt = <3300000>;
9494
regulator-max-microvolt = <3300000>;
9595
regulator-state-mem {
96-
regulator-on-in-suspend;
96+
regulator-off-in-suspend;
9797
};
9898
};
9999

@@ -102,7 +102,7 @@
102102
regulator-min-microvolt = <3300000>;
103103
regulator-max-microvolt = <3300000>;
104104
regulator-state-mem {
105-
regulator-on-in-suspend;
105+
regulator-off-in-suspend;
106106
};
107107
};
108108
};

0 commit comments

Comments
 (0)