]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rockchip: video: rk_vop: add grf field
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 7 Jun 2017 11:13:28 +0000 (13:13 +0200)
committerSimon Glass <sjg@chromium.org>
Thu, 8 Jun 2017 03:30:50 +0000 (21:30 -0600)
The last set of rebases had dropped the 'grf' field from the common
rk_vop.  Add this back to un-break the build (and driver).

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
drivers/video/rockchip/rk_vop.h

index f65ac1787b26d873a33f7324844688d0b7960168..9bda51410d916e705e875c0caf1117e6f3b90734 100644 (file)
@@ -10,6 +10,7 @@
 #include <asm/arch/vop_rk3288.h>
 
 struct rk_vop_priv {
+       void *grf;
        void *regs;
 };