[U-Boot] [U-Boot, v4, 36/66] rockchip: pinctrl: rk3368: move IOMUX bit-definitions to pinctrl driver
Philipp Tomsich
philipp.tomsich at theobroma-systems.com
Sun Aug 6 17:18:15 UTC 2017
> There is no real reason to keep the bit-definitions for the IOMUX in
> the grf header file (which defines the register layout of the GRF block):
> these should only be used by our pinctrl driver (with the possible
> exception of early debug-init code in TPL/SPL).
>
> This moves the relevant definitions from the grf_rk3368.h header
> into the pinctrl driver pinctrl_rk3368.c.
>
> Signed-off-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v4: None
> Changes in v3: None
> Changes in v2:
> - moved bit-definitions pertinent to pinctrl (i.e. the various IOMUX
> definitions) to the rk3368 pinctrl driver implementation
>
> arch/arm/include/asm/arch-rockchip/grf_rk3368.h | 376 ------------------------
> drivers/pinctrl/rockchip/pinctrl_rk3368.c | 366 +++++++++++++++++++++++
> 2 files changed, 366 insertions(+), 376 deletions(-)
>
Applied to u-boot-rockchip, thanks!
More information about the U-Boot
mailing list