From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 27 Jul 2015 17:30:50 -0600 Subject: [U-Boot] [PATCH 32/55] dm: video: Add support for the Parade PS8622/625 bridge In-Reply-To: <1435882592-487-33-git-send-email-sjg@chromium.org> References: <1435882592-487-1-git-send-email-sjg@chromium.org> <1435882592-487-33-git-send-email-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2 July 2015 at 18:16, Simon Glass wrote: > This chip provides an eDP to LVDS bridge which is useful for SoCs that don't > support LVDS displays (or it would waste scarce pins). The setup is included > in the device tree. > > Signed-off-by: Simon Glass > --- > > doc/device-tree-bindings/video/bridge/ps8622.txt | 33 ++++++ > drivers/video/bridge/Kconfig | 10 ++ > drivers/video/bridge/Makefile | 1 + > drivers/video/bridge/ps862x.c | 134 +++++++++++++++++++++++ > 4 files changed, 178 insertions(+) > create mode 100644 doc/device-tree-bindings/video/bridge/ps8622.txt > create mode 100644 drivers/video/bridge/ps862x.c Applied to u-boot-dm.