]> git.sur5r.net Git - u-boot/blobdiff - include/power/as3722.h
imx7: SPI: add suport for SPI flash in mikroBUS slot
[u-boot] / include / power / as3722.h
index aa966d2cca1ee4373fc1ab87076ed84327205329..0f22482ff705f4cb7c3c5c9ae70b963e5415d55f 100644 (file)
@@ -23,5 +23,8 @@ int as3722_gpio_configure(struct udevice *pmic, unsigned int gpio,
                          unsigned long flags);
 int as3722_gpio_direction_output(struct udevice *pmic, unsigned int gpio,
                                 unsigned int level);
+int as3722_read(struct udevice *pmic, u8 reg, u8 *value);
+int as3722_write(struct udevice *pmic, u8 reg, u8 value);
+int as3722_get(struct udevice **devp);
 
 #endif /* __POWER_AS3722_H__ */