From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 22 Feb 2016 17:58:44 +0100 Subject: [U-Boot] [PATCH v2 24/25] exynos: video: Convert several boards to driver model for video In-Reply-To: <1456114142-3610-25-git-send-email-sjg@chromium.org> References: <1456114142-3610-1-git-send-email-sjg@chromium.org> <1456114142-3610-25-git-send-email-sjg@chromium.org> Message-ID: <20160222175844.01dde4d1@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 Sun, 21 Feb 2016 21:09:01 -0700 Simon Glass sjg at chromium.org wrote: > Update several boards to use driver model for video. This involves changes > to the EDP and FIMD (frame buffer) drivers. Existing PWM, simple-panel and > pwm-backlight drivers are used. These work without additional configuration > since they use the device tree settings in the same way as Linux. > > Boards converted are: > - snow > - spring > - peach-pit > - peach-pi > > All have been tested. Not converted: > > - MIPI display driver > - s5pc210_universal > - smdk5420 > - smdk5250 > - trats > - trats2 > > Signed-off-by: Simon Glass Acked-by: Anatolij Gustschin