]> git.sur5r.net Git - u-boot/blobdiff - include/power/pfuze100_pmic.h
ARM: at91: sama5: change the environment address to 0x6000
[u-boot] / include / power / pfuze100_pmic.h
index 138132a69660b05c58bfb3a22ee406db0607d589..41cb710d78f47e61e6ed25e9f4aa5d94c53d1c7e 100644 (file)
@@ -8,6 +8,11 @@
 #ifndef __PFUZE100_PMIC_H_
 #define __PFUZE100_PMIC_H_
 
+/* Device ID */
+enum {PFUZE100 = 0x10, PFUZE200 = 0x11, PFUZE3000 = 0x30};
+
+#define PFUZE100_REGULATOR_DRIVER      "pfuze100_regulator"
+
 /* PFUZE100 registers */
 enum {
        PFUZE100_DEVICEID       = 0x00,
@@ -54,7 +59,7 @@ enum {
        PFUZE100_VGEN5VOL       = 0x70,
        PFUZE100_VGEN6VOL       = 0x71,
 
-       PMIC_NUM_OF_REGS        = 0x7f,
+       PFUZE100_NUM_OF_REGS    = 0x7f,
 };
 
 /* Registor offset based on VOLT register */