tegra124: Fix typo in pinmux name.
The "external peripheral 1" pinmux name should be changed as EXTPERIPH1. BUG=none TEST=emerge-nyan chromeos-coreboot-nyan BRANCH=none Change-Id: I9d78e9dbdf9a94baf2a634c4dcf5c7cc6eca69ba Signed-off-by: Hung-Te Lin <hungte@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/176215 Reviewed-by: Gabe Black <gabeblack@chromium.org> Reviewed-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
parent
1fb659b3e7
commit
c7915ad41a
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ enum {
|
|||
PINMUX_CONSTANTS(208, DAP1_DOUT, N2, I2S0, DAP1, NOR, SATA),
|
||||
PINMUX_CONSTANTS(209, DAP1_SCLK, N3, I2S0, DAP1, NOR, RES3),
|
||||
PINMUX_CONSTANTS(210, DAP_MCLK1_REQ, EE2, DAP, DAP1, SATA, RES3),
|
||||
PINMUX_CONSTANTS(211, DAP_MCLK1, W4, EXTPERHIP1, DAP2, RES2, RES3),
|
||||
PINMUX_CONSTANTS(211, DAP_MCLK1, W4, EXTPERIPH1, DAP2, RES2, RES3),
|
||||
PINMUX_CONSTANTS(212, SPDIF_IN, K6, SPDIF, RES1, RES2, I2C3),
|
||||
PINMUX_CONSTANTS(213, SPDIF_OUT, K5, SPDIF, RES1, RES2, I2C3),
|
||||
PINMUX_CONSTANTS(214, DAP2_FS, A2, I2S1, DAP2, NOR, RES3),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue