
6 Aug
2017
6 Aug
'17
7:18 p.m.
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@theobroma-systems.com
Reviewed-by: Simon Glass sjg@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!