fusee: get uSD working, fix bad no_iopower, and abstract card differences

This commit is contained in:
Kate J. Temkin
2018-05-04 03:23:16 -06:00
parent 99f749ef82
commit 0120b9ce52
3 changed files with 257 additions and 98 deletions

View File

@@ -202,7 +202,10 @@ enum tegra_pinmux_constants {
PINMUX_SELECT_FUNCTION3 = 3,
/* Drive */
PINMUX_DRIVE_1X = (0x0 << 13),
PINMUX_DRIVE_2X = (0x1 << 13),
PINMUX_DRIVE_3X = (0x2 << 13),
PINMUX_DRIVE_4X = (0x3 << 13),
};