On Thu, Sep 14, 2017 at 10:24 PM, Ismail Kose <Ismail.Kose@xxxxxxxxxxxxxxxxxxx> wrote: > +struct ds4424_pdata { > + const char *vcc_supply_name; Should not be needed at all, get the supply directly from the device tree. > + uint32_t rfs_res[DS4424_MAX_DAC_CHANNELS]; > + struct iio_map *dac_iio_map; > +}; Drop this entire platform data file and move all these fields you still need into struct ds4424_data. If you have legacy kernels still using platform data, that's too bad, we will not maintain them upstream and not merge new board files using platform data normally, use device tree or ACPI DSTD only please. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html