mirror of https://gitee.com/openkylin/linux.git
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 <briannorris@chromium.org> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
378abcdf32
commit
6a414e462a
|
@ -128,12 +128,16 @@ vcc33_touch: LDO_REG2 {
|
|||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
regulator-name = "vcc33_touch";
|
||||
regulator-suspend-mem-disabled;
|
||||
regulator-state-mem {
|
||||
regulator-off-in-suspend;
|
||||
};
|
||||
};
|
||||
|
||||
vcc5v_touch: SWITCH_REG2 {
|
||||
regulator-name = "vcc5v_touch";
|
||||
regulator-suspend-mem-disabled;
|
||||
regulator-state-mem {
|
||||
regulator-off-in-suspend;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue