From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 21 Feb 2013 16:42:42 -0700 Subject: [U-Boot] [PATCH] Tegra30: fdt: Sync DT nodes with kernel DT files (I2C, SPI, GPIO, clock) In-Reply-To: <1361489603-4319-1-git-send-email-twarren@nvidia.com> References: <1361489603-4319-1-git-send-email-twarren@nvidia.com> Message-ID: <5126B0F2.2010906@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 02/21/2013 04:33 PM, Tom Warren wrote: > Minor edits to clock, apbdma and SPI, make I2C match kernel DT, and add gpio Conceptually looks fine; I didn't do much to verify it than briefly scan through it since I assume it's all just cut/paste. Reviewed-by: Stephen Warren