aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/Makefile.inc
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2013-06-30 05:56:26 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-07-10 23:20:39 +0200
commit2ddc9ea0c887d77b242b361d650660f1a788abe5 (patch)
tree0ec0274150bc9d35de25211caf92def307b859c9 /src/drivers/Makefile.inc
parenta5dc0911293d4bdc7e1a0c5a2e3abd80ee51b857 (diff)
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 <gabeblack@google.com> Reviewed-on: http://review.coreboot.org/3753 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/drivers/Makefile.inc')
-rw-r--r--src/drivers/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
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