]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/omap5/hw_data.c
ARM: OMAP4+: pmic: Make generic bus init and write functions
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / omap5 / hw_data.c
index d2f59000131a2839a9742fb4c2490d00519dcb03..585e318671f7af973798a7d4a6ba22efaad3689b 100644 (file)
@@ -289,6 +289,9 @@ struct pmic_data palmas = {
         * Offset code 0 switches OFF the SMPS
         */
        .start_code = 6,
+       .i2c_slave_addr = SMPS_I2C_SLAVE_ADDR,
+       .pmic_bus_init  = sri2c_init,
+       .pmic_write     = omap_vc_bypass_send_value,
 };
 
 struct vcores_data omap5430_volts = {