From 2ddc9ea0c887d77b242b361d650660f1a788abe5 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 30 Jun 2013 05:56:26 -0700 Subject: parade: Add a driver for the parade ps8625. This driver is basically the same as the one in U-Boot but without the device tree stuff. That driver is, in turn, a straightforward implementation of the sequence of register writes described in the data sheet. Comments were added in U-Boot which helpfully describe what the register writes are actually doing and are kept. Change-Id: I64ba6b373478853bb2120f0553a43de901170d02 Signed-off-by: Gabe Black Reviewed-on: http://review.coreboot.org/3753 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/drivers/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/Makefile.inc') diff --git a/src/drivers/Makefile.inc b/src/drivers/Makefile.inc index f4fe14660e..9a1be720dc 100644 --- a/src/drivers/Makefile.inc +++ b/src/drivers/Makefile.inc @@ -24,6 +24,7 @@ subdirs-y += generic subdirs-y += i2c subdirs-y += maxim subdirs-y += oxford +subdirs-y += parade subdirs-y += realtek subdirs-y += sil subdirs-y += trident -- cgit v1.2.3