commit | 78592c094e7a81cc099b3f71b05463ddcabe2a73 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Fri Jan 21 13:37:31 2022 +0000 |
committer | Andre Przywara <andre.przywara@arm.com> | Sun Jan 30 01:25:00 2022 +0000 |
tree | 849becdff4b1d9a81fe2c1101f44c41ae9aee31d | |
parent | 8695b5111c5cf6587e5e97d6e879421fc54dc8d8 [diff] |
pmic: axp: define ALDO_IN startup bit Most AXP PMICs feature a "startup source" register, which keeps information about how the PMIC started operation. Bit 0 in there means it has been started by "plugging in the power cable". Define a symbol in each PMIC's header file to be able to use that register and bit later on. Signed-off-by: Andre Przywara <andre.przywara@arm.com>