From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 10 Sep 2012 14:55:54 -0600 Subject: [U-Boot] [PATCH 1/2] tegra: i2c: Enable I2C on PAZ00 In-Reply-To: <4979960.h8kKY4hQrP@ax5200p> References: <4c28c40cadb9c3cf4133f925afd070bfdcda3481.1347302983.git.marvin24@gmx.de> <504E39CA.8030008@wwwdotorg.org> <4979960.h8kKY4hQrP@ax5200p> Message-ID: <504E53DA.3040807@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/10/2012 01:57 PM, Marc Dietrich wrote: > On Monday 10 September 2012 13:04:42 Stephen Warren wrote: >> On 09/10/2012 12:51 PM, Marc Dietrich wrote: >>> This enables I2C on PAZ00. >> >> Really? You need to edit board/compal/dts/tegra20-paz00.dts to enable >> the I2C ports, don't you? > > yes, together with the regulator node. Should this be split in two patches? I'd imagine that the editing both paz00.h tegra20-paz00.dts to enable I2C could be part of the same patch. It seems reasonable enough to add a node for an I2C device in the same patch.