Re: [U-Boot] [PATCH 03/11] ARM: tegra: pinctrl: make pmux_func values consistent on Tegra20

2014-03-14 Thread Simon Glass
On 13 March 2014 11:41, Stephen Warren wrote: > From: Stephen Warren > > For consistency with other SoCs, modify Tegra20's enum pmux_func to: > > * Remove PMUX_FUNC values that aren't real > * Use the same PMUX_FUNC_RSVD[1-4] values, and ensure (RSVD1 & 3)==0; > this will be assumed by pinmux_s

[U-Boot] [PATCH 03/11] ARM: tegra: pinctrl: make pmux_func values consistent on Tegra20

2014-03-13 Thread Stephen Warren
From: Stephen Warren For consistency with other SoCs, modify Tegra20's enum pmux_func to: * Remove PMUX_FUNC values that aren't real * Use the same PMUX_FUNC_RSVD[1-4] values, and ensure (RSVD1 & 3)==0; this will be assumed by pinmux_set_func() in a future patch. Unfortunately, PMUX_FUNC_RSVD