fusee: fix drive strength and avoid a pad wear-condition

This commit is contained in:
Kate J. Temkin
2018-05-02 06:34:53 -06:00
parent fc97c3f773
commit 5b3be77f0e
2 changed files with 80 additions and 34 deletions

View File

@@ -197,6 +197,9 @@ enum tegra_pinmux_constants {
PINMUX_SELECT_FUNCTION1 = 1,
PINMUX_SELECT_FUNCTION2 = 2,
PINMUX_SELECT_FUNCTION3 = 3,
/* Drive */
PINMUX_DRIVE_2X = (0x1 << 13),
};