From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 25 Apr 2016 12:55:30 -0600 Subject: [U-Boot] [PATCH] ARM: tegra: import latest Jetson TK1 spreadsheet In-Reply-To: <1461276217-14663-1-git-send-email-swarren@wwwdotorg.org> References: <1461276217-14663-1-git-send-email-swarren@wwwdotorg.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 21 April 2016 at 16:03, Stephen Warren wrote: > From: Stephen Warren > > This imports v11 of "Jetson TK1 Development Platform Pin Mux" from > https://developer.nvidia.com/embedded/downloads. > > The new version defines the mux option for the MIPI pad ctrl selection. > The OWR pin no longer has an entry in the configuration table because > the only mux option it support is OWR, that feature isn't supported, and > hence can't conflict with any other pin. This pin can only usefully be > used as a GPIO. > > Signed-off-by: Stephen Warren > --- > Note that the cleanup series I sent on Tuesday accidentally depends on > this being applied first. I'd expect this to have higher priority than > the cleanup series and be applied earlier anyway. > > board/nvidia/jetson-tk1/jetson-tk1.c | 3 +++ > board/nvidia/jetson-tk1/pinmux-config-jetson-tk1.h | 12 +++++++++++- > 2 files changed, 14 insertions(+), 1 deletion(-) Reviewed-by: Simon Glass