From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 01/17] arm/tegra: board-dt: audio: Enable clocks, fix AUXDATA Date: Wed, 23 Nov 2011 10:38:59 +0000 Message-ID: <20111123103858.GK4332@opensource.wolfsonmicro.com> References: <1322011285-4002-1-git-send-email-swarren@nvidia.com> <1322011285-4002-2-git-send-email-swarren@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1322011285-4002-2-git-send-email-swarren@nvidia.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Stephen Warren Cc: Dimitris Papastamos , Peter De Schrijver , alsa-devel@alsa-project.org, devicetree-discuss@lists.ozlabs.org, Mike Rapoport , Ian Lartey , Rob Herring , Marc Dietrich , Grant Likely , linux-tegra@vger.kernel.org, John Bonesio , Leon Romanovsky , Colin Cross , Olof Johansson , Liam Girdwood , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Tue, Nov 22, 2011 at 06:21:09PM -0700, Stephen Warren wrote: > OF_DEV_AUXDATA("nvidia,tegra20-i2c", TEGRA_DVC_BASE, "tegra-i2c.3", NULL), > OF_DEV_AUXDATA("nvidia,tegra20-i2s", TEGRA_I2S1_BASE, "tegra-i2s.0", NULL), > - OF_DEV_AUXDATA("nvidia,tegra20-i2s", TEGRA_I2S1_BASE, "tegra-i2s.1", NULL), > + OF_DEV_AUXDATA("nvidia,tegra20-i2s", TEGRA_I2S2_BASE, "tegra-i2s.1", NULL), This looks like a straight bug fix which is independant of the below change?