
31 Jan
2019
31 Jan
'19
10:18 p.m.
At present this enum is only available to rk3288. Move it so that other rockchip SoCs can access it. It is needed for the SPL GPIO driver for rk3999 in a later patch.
Also adjust the enum name to lower case.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
arch/arm/include/asm/arch-rockchip/gpio.h | 7 +++++++ arch/arm/include/asm/arch-rockchip/grf_rk3288.h | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-)
Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com