Re: [PATCH] i2c/busses: Add i2c-icy for I2C on m68k/Amiga

From: Max Staudt
Date: Mon Aug 12 2019 - 07:49:32 EST


On 08/12/2019 01:07 PM, Geert Uytterhoeven wrote:
>> It sets the sensor modes in the LTC2990 and enables the three sensors listed below. I should have clarified this.
>>
>> I tried to integrate this in the driver, but ltc2990 only allows reading this configuration out of a device tree. Is there a good way to fake a DT entry in the init function?
>
> You can add platform_data support to the ltc2990 driver, and pass it
> through i2c_board_info.platform_data.

Thanks, that sounds good and I'll look into it.

Max