commit | 910bea4e2a5aae1843b0ce663aafc2aca0e71b58 | [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 | 8a4184cd68d35f148c89270f66d816f041f98260 [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>