Skip to content

Commit 6a414e4

Browse files
computersforpeacemmind
authored andcommitted
ARM: dts: rockchip: correct regulator PM properties
This DTS file was submitted with non-upstream bindings. I happened across this while reviewing the jaq DTS. Signed-off-by: Brian Norris <[email protected]> Reviewed-by: Javier Martinez Canillas <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 378abcd commit 6a414e4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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
};

0 commit comments

Comments
 (0)