diff options
| author | Vadim Bendebury <[email protected]> | 2014-09-05 16:53:34 +0530 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2014-09-05 20:37:07 +0900 |
| commit | 9e8f664ecb25110c623d0385735db27596330ee7 (patch) | |
| tree | d6580dbe6f50ea9efbc344d492469051619f0c39 /lib | |
| parent | 45c480c9f6dbb80c7af721f451b4df5a32402899 (diff) | |
video: Add driver for Parade PS8625 dP to LVDS bridge
The initialization table comes from the "Illustration of I2C command
for initialing PS8625" document supplied by Parade.
Signed-off-by: Vadim Bendebury <[email protected]>
Signed-off-by: Ajay Kumar <[email protected]>
Acked-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/fdtdec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c index d95135d6e7e..c2f36452539 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -71,6 +71,7 @@ static const char * const compat_names[COMPAT_COUNT] = { COMPAT(TI_TPS65090, "ti,tps65090"), COMPAT(COMPAT_NXP_PTN3460, "nxp,ptn3460"), COMPAT(SAMSUNG_EXYNOS_SYSMMU, "samsung,sysmmu-v3.3"), + COMPAT(PARADE_PS8625, "parade,ps8625"), }; const char *fdtdec_get_compatible(enum fdt_compat_id id) |
