
25 Jan
2018
25 Jan
'18
10:42 a.m.
Clean the iomux definitions at grf_rk322x.h, and move them into pinctrl-driver for resolving the compiling error of redefinition. After that, define the uart2 iomux at rk322x-board file.
Signed-off-by: David Wu david.wu@rock-chips.com
Changes in v3:
- Fix the wrong define for uart2 iomux
Changes in v2:
- New patch
arch/arm/include/asm/arch-rockchip/grf_rk322x.h | 455 ------------------------ arch/arm/mach-rockchip/rk322x-board-spl.c | 22 +- arch/arm/mach-rockchip/rk322x-board.c | 18 + drivers/pinctrl/rockchip/pinctrl_rk322x.c | 453 +++++++++++++++++++++++ 4 files changed, 492 insertions(+), 456 deletions(-)
Acked-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com