Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247837
b: refs/heads/master
c: 32fab7b
h: refs/heads/master
i:
  247835: 9202961
v: v3
  • Loading branch information
Florian Tobias Schandinat authored and Florian Tobias Schandinat committed Apr 23, 2011
1 parent 5d686a8 commit 9b915dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b4ce6a285b65be4fb858728b3bbe9011242b769f
refs/heads/master: 32fab7bcc79ee0b97277627f456c94202858d851
5 changes: 5 additions & 0 deletions trunk/drivers/video/via/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*/

#include <linux/via-core.h>
#include <asm/olpc.h>
#include "global.h"

static struct pll_config cle266_pll_config[] = {
Expand Down Expand Up @@ -875,6 +876,10 @@ void viafb_set_iga_path(void)
viaparinfo->chip_info->
lvds_chip_info2.output_interface);
}

/* looks like the OLPC has its display wired to DVP1 and LVDS2 */
if (machine_is_olpc())
viaparinfo->shared->iga2_devices = VIA_DVP1 | VIA_LVDS2;
}

static void set_color_register(u8 index, u8 red, u8 green, u8 blue)
Expand Down

0 comments on commit 9b915dc

Please sign in to comment.