#include <linux/slab.h>
 
 struct ti_lmu_data {
-       struct mfd_cell *cells;
+       const struct mfd_cell *cells;
        int num_cells;
        unsigned int max_register;
 };
                gpio_set_value(lmu->en_gpio, 0);
 }
 
-static struct mfd_cell lm3532_devices[] = {
+static const struct mfd_cell lm3532_devices[] = {
        {
                .name          = "ti-lmu-backlight",
                .id            = LM3532,
        .of_compatible = "ti,lm363x-regulator", \
 }                                              \
 
-static struct mfd_cell lm3631_devices[] = {
+static const struct mfd_cell lm3631_devices[] = {
        LM363X_REGULATOR(LM3631_BOOST),
        LM363X_REGULATOR(LM3631_LDO_CONT),
        LM363X_REGULATOR(LM3631_LDO_OREF),
        },
 };
 
-static struct mfd_cell lm3632_devices[] = {
+static const struct mfd_cell lm3632_devices[] = {
        LM363X_REGULATOR(LM3632_BOOST),
        LM363X_REGULATOR(LM3632_LDO_POS),
        LM363X_REGULATOR(LM3632_LDO_NEG),
        },
 };
 
-static struct mfd_cell lm3633_devices[] = {
+static const struct mfd_cell lm3633_devices[] = {
        {
                .name          = "ti-lmu-backlight",
                .id            = LM3633,
        },
 };
 
-static struct mfd_cell lm3695_devices[] = {
+static const struct mfd_cell lm3695_devices[] = {
        {
                .name          = "ti-lmu-backlight",
                .id            = LM3695,
        },
 };
 
-static struct mfd_cell lm3697_devices[] = {
+static const struct mfd_cell lm3697_devices[] = {
        {
                .name          = "ti-lmu-backlight",
                .id            = LM3697,