baytrail: Fix EHCI function number and XHCI typo

BUG=chrome-os-partner:23635
BRANCH=rambi
TEST=successfully disable EHCI controller in devicetree.cb

Change-Id: I8a22e25a9f7c263d2a6debf0cd1606cb0f6f7645
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/175403
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/4920
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Tested-by: build bot (Jenkins)
This commit is contained in:
Duncan Laurie 2013-11-01 07:55:07 -07:00 committed by Aaron Durbin
parent a8e9b63166
commit 92fce495a7
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
/* xHCI */
#define XHCI_DEV 20
#define XHCI_FUNC 0
# define XCHI_DEVID 0x0f35
# define XHCI_DEVID 0x0f35
/* LPE Audio */
#define LPE_DEV 21
@ -119,7 +119,7 @@
/* EHCI */
#define EHCI_DEV 29
#define EHCI_FUNC 29
#define EHCI_FUNC 0
# define EHCI_DEVID 0x0f34
/* Serial IO 2 */