From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 30 Jan 2019 09:02:24 +0100 Subject: [U-Boot] [PATCH v2] video: Armada XP: Move driver to DM_VIDEO In-Reply-To: <20190130075413.14490-1-sr@denx.de> References: <20190130075413.14490-1-sr@denx.de> Message-ID: <20190130090224.0df47219@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 Wed, 30 Jan 2019 08:54:11 +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. > > This patch also enables DM_VIDEO for the theadorable board, as this is > needed to not break git bisect'ability. > > Signed-off-by: Stefan Roese > Reviewed-by: Anatolij Gustschin Acked-by: Anatolij Gustschin -- Anatolij