diff options
author | Richard Smith <smithbone@gmail.com> | 2006-08-25 05:01:30 +0000 |
---|---|---|
committer | Richard Smith <smithbone@gmail.com> | 2006-08-25 05:01:30 +0000 |
commit | 59ba228f921169bb12347932237c7500ccd58b41 (patch) | |
tree | 3f044b86c34ff6fd843dcebe5e62b29afdfab0d4 /src/mainboard | |
parent | 689c1448392ed93dfafc51a2dba39ba37631ce29 (diff) | |
download | coreboot-59ba228f921169bb12347932237c7500ccd58b41.tar.xz |
- Added suport for enabling USB P4 on the olpc
USB P4 is disabled by default and we need to setup the mux bits proper
to make it work. This is the frame work for that. All thats needed
is the right address values
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2387 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/olpc/rev_a/Config.lb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/olpc/rev_a/Config.lb b/src/mainboard/olpc/rev_a/Config.lb index 0ab8e1e3ac..ff7fa6a3fc 100644 --- a/src/mainboard/olpc/rev_a/Config.lb +++ b/src/mainboard/olpc/rev_a/Config.lb @@ -138,6 +138,7 @@ chip northbridge/amd/gx2 register "enable_gpio0_inta" = "1" register "enable_ide_nand_flash" = "1" register "enable_uarta" = "1" + register "enable_USBP4_host" = "1" register "audio_irq" = "5" register "usbf4_irq" = "10" register "usbf5_irq" = "10" |