From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 03 Mar 2015 13:18:59 -0700 Subject: [U-Boot] [PATCH V2 2/2] ARM: tegra: import latest Jetson TK1 pinmux In-Reply-To: <1424291224-11801-2-git-send-email-swarren@wwwdotorg.org> References: <1424291224-11801-1-git-send-email-swarren@wwwdotorg.org> <1424291224-11801-2-git-send-email-swarren@wwwdotorg.org> Message-ID: <54F61733.4000206@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/18/2015 01:27 PM, Stephen Warren wrote: > From: Stephen Warren > > Syseng has revamped the Jetson TK1 pinmux spreadsheet, basing the content > completely on correct configuration for the board/schematic, rather than > the previous version which was based on the bare minimum changes relative > to another reference board. > > The new spreadsheet sets TRISTATE for any input-only pins. This only works > correctly if the global CLAMP bit is not set, so the Jetson TK1 board code > has been adjusted accordingly. Apparently syseng have changed their mind > since the previous advice that this needed to be set:-/ > > This content comes from Jetson_TK1_customer_pinmux.xlsm (v09) downloaded > from https://developer.nvidia.com/hardware-design-and-development. Tom, do these two patches look OK?