mb/apple/macbookair4_2: Fix USB ports config

Disable unused ports and add comments.

Used 820-3023 board schematics as a source.

Change-Id: I2862546ca6f6929a86e77fae7337368742bb9ba8
Signed-off-by: Evgeny Zinoviev <me@ch1p.io>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50272
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Evgeny Zinoviev 2021-02-04 01:12:42 +03:00 committed by Patrick Georgi
parent eb26530e2c
commit 60aef5f8b5

View file

@ -6,20 +6,20 @@
#include <cbfs.h>
const struct southbridge_usb_port mainboard_usb_ports[] = {
{ 1, 0, -1 },
{ 1, 0, -1 },
{ 1, 0, -1 },
{ 1, 0, -1 },
{ 1, 0, -1 },
{ 1, 0, -1 },
{ 1, 0, -1 },
{ 1, 0, -1 },
{ 1, 0, -1 },
{ 1, 0, -1 },
{ 1, 0, -1 },
{ 1, 0, -1 },
{ 1, 0, -1 },
{ 1, 0, -1 },
{ 1, 0, -1 }, /* USB HUB 1 */
{ 0, 0, -1 }, /* Unused */
{ 0, 0, -1 }, /* Unused */
{ 0, 0, -1 }, /* Unused */
{ 0, 0, -1 }, /* Unused */
{ 0, 0, -1 }, /* Unused */
{ 0, 0, -1 }, /* Unused */
{ 0, 0, -1 }, /* Unused */
{ 1, 0, -1 }, /* USB HUB 2 */
{ 1, 0, -1 }, /* Camera */
{ 0, 0, -1 }, /* Unused */
{ 0, 0, -1 }, /* Unused */
{ 0, 0, -1 }, /* Unused */
{ 0, 0, -1 }, /* Unused */
};
void mainboard_get_spd(spd_raw_data *spd, bool id_only)