commit | a40d3cc845756e1e38af5ac31986539417e64abb | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Mon Sep 03 14:05:41 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 11 21:43:26 2018 -0400 |
tree | 2986db045548c01531bae25b714b71495b9268af | |
parent | 5f389201dece76b484443773dce2525dc205f5a1 [diff] |
ARM: omap3_logic: Enable DM_PMIC and DM_REGULATOR Enabling DM_PMIC, DM_REGULATOR_FIXED, and DM_REGULATOR_GPIO gives us the ability to better monitor voltages and enable hardware through the device tree. The TL4030 (TPS65950) is not yet migrated to DM, so this patch only enables the fixed and GPIO controlled regulators. Signed-off-by: Adam Ford <aford173@gmail.com>