mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 19:43:43 -04:00
regulator: act8865: Add act8600 support
This patch adds act8600 support to the act8865 driver. VBUS and USB charger supported by this chip can be added later Tested on MIPS Creator CI20 Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
c517d838eb
commit
df3a950e4e
@@ -18,6 +18,19 @@
|
||||
|
||||
#include <linux/regulator/machine.h>
|
||||
|
||||
enum {
|
||||
ACT8600_ID_DCDC1,
|
||||
ACT8600_ID_DCDC2,
|
||||
ACT8600_ID_DCDC3,
|
||||
ACT8600_ID_SUDCDC4,
|
||||
ACT8600_ID_LDO5,
|
||||
ACT8600_ID_LDO6,
|
||||
ACT8600_ID_LDO7,
|
||||
ACT8600_ID_LDO8,
|
||||
ACT8600_ID_LDO9,
|
||||
ACT8600_ID_LDO10,
|
||||
};
|
||||
|
||||
enum {
|
||||
ACT8865_ID_DCDC1,
|
||||
ACT8865_ID_DCDC2,
|
||||
@@ -46,6 +59,7 @@ enum {
|
||||
};
|
||||
|
||||
enum {
|
||||
ACT8600,
|
||||
ACT8865,
|
||||
ACT8846,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user