From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 24 Jan 2017 15:29:36 +0100 Subject: [U-Boot] [PATCH v4 16/17] dm: video: arm: rpi: Convert to use driver model for video In-Reply-To: <20170120140752.16296-17-sjg@chromium.org> References: <20170120140752.16296-1-sjg@chromium.org> <20170120140752.16296-17-sjg@chromium.org> Message-ID: <20170124152936.614fca86@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 Fri, 20 Jan 2017 07:07:51 -0700 Simon Glass sjg at chromium.org wrote: > Adjust the video driver to work with driver model and move over existing > baords. There is no need to keep the old code. > > We can also drop setting of CONFIG_FB_ADDR since driver model doesn't have > this problem. > > Signed-off-by: Simon Glass Acked-by: Anatolij Gustschin -- Anatolij