From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH 3/3] i2c: nomadik: Add Device Tree support to the Nomadik I2C driver Date: Mon, 03 Sep 2012 08:33:53 -0600 Message-ID: <5044BFD1.10708@nvidia.com> References: <1345734087-21803-1-git-send-email-lee.jones@linaro.org> <1345734087-21803-3-git-send-email-lee.jones@linaro.org> <20120831112258.GA2624@pengutronix.de> <20120831122323.GC5962@gmail.com> <20120903094448.GB11780@pengutronix.de> <20120903100656.GC5782@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Linus Walleij Cc: Lee Jones , Rob Herring , devicetree-discuss@lists.ozlabs.org, linus.walleij@stericsson.com, Wolfram Sang , linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org, STEricsson_nomadik_linux@list.st.com, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On 09/03/2012 05:58 AM, Linus Walleij wrote: > On Mon, Sep 3, 2012 at 1:32 PM, Lee Jones wrote: > >> 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.