Re: [U-Boot] [PATCH V2 1/2] ARM: tegra: add function to clear pinmux CLAMPING bit

2015-02-19 Thread Simon Glass
On 18 February 2015 at 13:27, Stephen Warren wrote: > From: Stephen Warren > > This is needed to correctly apply the new Jetson TK1 pinmux config. > > Signed-off-by: Stephen Warren > --- > v2: > * Use clrbits_le32() rather than open-code read/modify/write statements. > * Update pinmux_set_trista

[U-Boot] [PATCH V2 1/2] ARM: tegra: add function to clear pinmux CLAMPING bit

2015-02-18 Thread Stephen Warren
From: Stephen Warren This is needed to correctly apply the new Jetson TK1 pinmux config. Signed-off-by: Stephen Warren --- v2: * Use clrbits_le32() rather than open-code read/modify/write statements. * Update pinmux_set_tristate_input_clamping to match. --- arch/arm/cpu/tegra-common/pinmux-com