[U-Boot] [PATCH V2 05/13] ARM: tegra: use apb_misc.h in more places

Simon Glass sjg at chromium.org
Tue Mar 25 03:17:50 CET 2014


On 21 March 2014 11:28, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> Tegra's "APB misc" register region contains various miscellaneous
> registers and the Tegra pinmux registers. Some code that touches the
> misc registers currently uses struct pmux_tri_ctlr, which is intended to
> be a definition of pinmux registers, rather than struct apb_misc_pp_ctrl,
> which is intended to be a definition of the miscellaneous registers.
> Convert all such code to use struct apb_misc_pp_ctrl, since struct
> pmux_tri_ctlr goes away in the next patch.
>
> This requires adding a missing field definition to struct
> apb_misc_pp_ctrl, and moving the header into a more common location.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list