Re: [U-Boot] [PATCH v5 3/4] video: add an option for video simplefb via DT

2017-09-21 Thread Maxime Ripard
On Wed, Sep 20, 2017 at 04:18:21PM +, Icenowy Zheng wrote: > Add an option to indicate that the video driver should setup a SimpleFB > node that passes the video framebuffer initialized by U-Boot to the > operating system kernel. > > Currently only the Allwinner DE1 driver uses this option, an

[U-Boot] [PATCH v5 3/4] video: add an option for video simplefb via DT

2017-09-20 Thread Icenowy Zheng
Add an option to indicate that the video driver should setup a SimpleFB node that passes the video framebuffer initialized by U-Boot to the operating system kernel. Currently only the Allwinner DE1 driver uses this option, and the definition of this option in the sunxi-common.h config header is co