From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 27 Jul 2015 17:30:53 -0600 Subject: [U-Boot] [PATCH 33/55] dm: video: Add support for the NXP PTN3460 bridge In-Reply-To: <1435882592-487-34-git-send-email-sjg@chromium.org> References: <1435882592-487-1-git-send-email-sjg@chromium.org> <1435882592-487-34-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). There is no setup > required by this chip, other than to adjust power-down and reset pins, and > those are managed by the uclass. > > Signed-off-by: Simon Glass > --- > > drivers/video/bridge/Kconfig | 9 +++++++++ > drivers/video/bridge/Makefile | 1 + > drivers/video/bridge/ptn3460.c | 38 ++++++++++++++++++++++++++++++++++++++ > 3 files changed, 48 insertions(+) > create mode 100644 drivers/video/bridge/ptn3460.c Applied to u-boot-dm.