[U-Boot] [PATCH] rockchip: video: rk_vop: add grf field

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 | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/video/rockchip/rk_vop.h b/drivers/video/rockchip/rk_vop.h index 84d9d0f..1ef8781 100644 --- a/drivers/video/rockchip/rk_vop.h +++ b/drivers/video/rockchip/rk_vop.h @@ -10,6 +10,7 @@ #include <asm/arch/vop_rk3288.h>
struct rk_vop_priv { + void *grf; void *regs; };

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 | 1 + 1 file changed, 1 insertion(+)
Applied to u-boot-rockchip, thanks!

+Anatolij
Hi Philipp,
On 7 June 2017 at 21:34, sjg@google.com wrote:
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 | 1 + 1 file changed, 1 insertion(+)
Applied to u-boot-rockchip, thanks!
I have had to drop the patch to enable DWC USB as I am waiting on resolution of the bounce buffer comment from Marek. Other than that, please can you check u-boot-rockchip/master and make sure it works on your hardware. If there are fix-up patches required, please send them through.
I'd like to get a pull request out this week if possible. I'll run some tests overnight.
Regards, Simon
participants (3)
-
Philipp Tomsich
-
Simon Glass
-
sjg@google.com