Re: [PATCH 3/3] i2c: nomadik: Add Device Tree support to the Nomadik I2C driver
From: Stephen Warren <hidden>
Date: 2012-09-03 14:33:57
Also in:
linux-arm-kernel, linux-i2c, lkml
From: Stephen Warren <hidden>
Date: 2012-09-03 14:33:57
Also in:
linux-arm-kernel, linux-i2c, lkml
On 09/03/2012 05:58 AM, Linus Walleij wrote:
On Mon, Sep 3, 2012 at 1:32 PM, Lee Jones [off-list ref] wrote:quoted
No, this is wrong. Platform data should not override DT. If DT is enabled and passed, it should have highest priority.
No, that's wrong. If platform data is specified, it overrides DT, so that if the DT needs any fixup, it can be provided using platform data.