]> git.sur5r.net Git - u-boot/commit
rockchip: rk3368: grf: use shifted-constants
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 25 Jul 2017 15:01:06 +0000 (17:01 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sun, 13 Aug 2017 15:12:23 +0000 (17:12 +0200)
commitc1828cf7abaae7283e48bb857283936fdaf2ef72
treeb8ce365e9d9db90a34150b1a0a36b68f7caeb780
parent81bd0ad07c27ee221c48f5553acf53a86827b439
rockchip: rk3368: grf: use shifted-constants

The RK3368 GRF header was still defines with a shifted-mask but with
non-shifted function selectors for the IOMUX defines.  As the RK3368
support is still fresh enough to allow a quick change, we do this now
before having more code use this.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
arch/arm/include/asm/arch-rockchip/grf_rk3368.h
drivers/pinctrl/rockchip/pinctrl_rk3368.c