forked from luck/tmp_suning_uos_patched
ARM: shmobile: r8a7740: fixup: MSEL1CR 7bit control
MSEL1CR 7bit selects IRQ7 source pin which was VBUS pin or A21/MSIOF0_RSYNC/MSIOF1_TSYNC pin. But current pfc-r8a7740 MSEL1CR 7bit setting was wrong. This patch fix it up Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
This commit is contained in:
parent
2f7d41217b
commit
444c5ed8d7
|
@ -1261,7 +1261,7 @@ static pinmux_enum_t pinmux_data[] = {
|
|||
PINMUX_DATA(A21_MARK, PORT120_FN1),
|
||||
PINMUX_DATA(MSIOF0_RSYNC_MARK, PORT120_FN2),
|
||||
PINMUX_DATA(MSIOF1_TSYNC_PORT120_MARK, PORT120_FN3, MSEL4CR_10_0),
|
||||
PINMUX_DATA(IRQ7_PORT120_MARK, PORT120_FN0, MSEL1CR_7_0),
|
||||
PINMUX_DATA(IRQ7_PORT120_MARK, PORT120_FN0, MSEL1CR_7_1),
|
||||
|
||||
/* Port121 */
|
||||
PINMUX_DATA(A20_MARK, PORT121_FN1),
|
||||
|
@ -1623,7 +1623,7 @@ static pinmux_enum_t pinmux_data[] = {
|
|||
|
||||
/* Port209 */
|
||||
PINMUX_DATA(VBUS_MARK, PORT209_FN1),
|
||||
PINMUX_DATA(IRQ7_PORT209_MARK, PORT209_FN0, MSEL1CR_7_1),
|
||||
PINMUX_DATA(IRQ7_PORT209_MARK, PORT209_FN0, MSEL1CR_7_0),
|
||||
|
||||
/* Port210 */
|
||||
PINMUX_DATA(IRQ9_PORT210_MARK, PORT210_FN0, MSEL1CR_9_1),
|
||||
|
|
Loading…
Reference in New Issue
Block a user