From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 15 Jun 2015 12:22:10 -0600 Subject: [U-Boot] [PATCH 4/4] T210: Add support for T210-based P2571 board In-Reply-To: <557F1261.8030306@wwwdotorg.org> References: <1433363711-29554-1-git-send-email-twarren@nvidia.com> <1433363711-29554-5-git-send-email-twarren@nvidia.com> <557F1261.8030306@wwwdotorg.org> Message-ID: <557F17D2.7060807@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 06/15/2015 11:58 AM, Stephen Warren wrote: > On 06/03/2015 02:35 PM, Tom Warren wrote: >> Based on Venice2, may change as P2571 board is fully >> brought up. Incorporates Stephen Warren's P2571 pinmux table. ... >> diff --git a/board/nvidia/p2571/pinmux-config-p2571.h >> b/board/nvidia/p2571/pinmux-config-p2571.h > > I think I generated this a long time ago. I'd like to get this into > tegra-pinmux-scripts, and make sure we're pulling in data from the > latest board spreadsheet, before we commit this. I'll look into that today. I've validated that the pinmux data in this patch is up-to-date. There are some whitespace differences in the definition of the PINCFG() macro, so it might be nice to regenerate pinmux-config-p2571.h before any future patch version to make sure it 100% matches what the scripts output.