From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 29 Jan 2019 14:13:21 +0100 Subject: [U-Boot] [PATCH] video: Armada XP: Move driver to DM_VIDEO In-Reply-To: <20190129104445.10865-1-sr@denx.de> References: <20190129104445.10865-1-sr@denx.de> Message-ID: <20190129141321.59ee4b43@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefan, On Tue, 29 Jan 2019 11:44:43 +0100 Stefan Roese sr at denx.de wrote: > This patch moves the Armada XP video / LCD driver to DM_VIDEO. With this > move, the legacy interface board_video_init() is removed from the > theadorable board code (only user of this video driver). The support > via DT will be added in a separate patch. > > Signed-off-by: Stefan Roese > Cc: Anatolij Gustschin Reviewed-by: Anatolij Gustschin -- Anatolij