| #
d07906f0 |
| 10-May-2022 |
Joseph Chen <chenjh@rock-chips.com> |
power: charge animation: Support assign regulator mem state
Vdd_logic is default disabled when kernel system suspend on some platform, and regulator suspend off is configured by default in DTS. But
power: charge animation: Support assign regulator mem state
Vdd_logic is default disabled when kernel system suspend on some platform, and regulator suspend off is configured by default in DTS. But U-Boot can't support that deep system suspend. So prividing the prop to assign what we really want regulators to be in U-Boot system suspend.
Example: regulator-on-in-mem = <&vcc_ddr>, <&vdda0v9_pmu>, <&vcca1v8_pmu>, <&vcc3v3_pmu>; regulator-off-in-mem = <&vdd_logic>, <&vdd_gpu>, <&vcc_ddr>, <&vcc_3v3>, <&vdda_0v9>;
If not finding these prop, fall through to the DTS configure in every regulator node.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ie40c232317a98e7621ad1704b14718415f73a35a
show more ...
|
| #
ac1dc0c3 |
| 03-Feb-2018 |
Joseph Chen <chenjh@rock-chips.com> |
charge animation: export struct charge_animation_pdata
This is the most flexsible way for all fuel gauge driver to get fdt config info from charge animation platdata.
Change-Id: I33aa52c34f2c62c10b
charge animation: export struct charge_animation_pdata
This is the most flexsible way for all fuel gauge driver to get fdt config info from charge animation platdata.
Change-Id: I33aa52c34f2c62c10b58003a10e5a8d1d6e5d7d3 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|