On Fri, 26 Jun 2020, Linus Walleij wrote:
> The only way the platform data for the SKY81452 ever gets populated
> is through the device tree.
>
> The MFD device is bothered with this for no reason at all. Just
> allocate the platform data in the driver and be happy.
>
> Cc: Gyungoh Yoo
> Signed
On Fri, Jun 26, 2020 at 10:37:42PM +0200, Linus Walleij wrote:
> The only way the platform data for the SKY81452 ever gets populated
> is through the device tree.
>
> The MFD device is bothered with this for no reason at all. Just
> allocate the platform data in the driver and be happy.
>
> Cc: G