From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 29 Aug 2017 00:15:30 +0200 Subject: [U-Boot] [PATCH 2/3] video: simplefb In-Reply-To: <20170803164705.10591-2-robdclark@gmail.com> References: <20170803164705.10591-1-robdclark@gmail.com> <20170803164705.10591-2-robdclark@gmail.com> Message-ID: <20170829001530.729ba9e7@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 3 Aug 2017 12:47:00 -0400 Rob Clark robdclark at gmail.com wrote: > Not really qcom specific, but for now qcom/lk is the one firmware that > is (afaiu) setting up the appropriate dt node for pre-configured > display. Uses the generic simple-framebuffer DT bindings so this should > be useful on other platforms. > > Signed-off-by: Rob Clark > --- > drivers/video/Kconfig | 10 +++++++ > drivers/video/Makefile | 2 +- > drivers/video/simplefb.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 82 insertions(+), 1 deletion(-) > create mode 100644 drivers/video/simplefb.c Applied to u-boot-video/next, thanks! -- Anatolij