fix sci type for SH7723

This patch changes sci type of SH7723 from PORT_SCI to PORT_SCIFA.

Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

authored by Yoshihiro Shimoda and committed by Paul Mundt 51ee3d92 1a22f08d

+3 -3
+3 -3
arch/sh/kernel/cpu/sh4a/setup-sh7723.c
··· 119 },{ 120 .mapbase = 0xa4e30000, 121 .flags = UPF_BOOT_AUTOCONF, 122 - .type = PORT_SCI, 123 .irqs = { 56, 56, 56, 56 }, 124 },{ 125 .mapbase = 0xa4e40000, 126 .flags = UPF_BOOT_AUTOCONF, 127 - .type = PORT_SCI, 128 .irqs = { 88, 88, 88, 88 }, 129 },{ 130 .mapbase = 0xa4e50000, 131 .flags = UPF_BOOT_AUTOCONF, 132 - .type = PORT_SCI, 133 .irqs = { 109, 109, 109, 109 }, 134 }, { 135 .flags = 0,
··· 119 },{ 120 .mapbase = 0xa4e30000, 121 .flags = UPF_BOOT_AUTOCONF, 122 + .type = PORT_SCIFA, 123 .irqs = { 56, 56, 56, 56 }, 124 },{ 125 .mapbase = 0xa4e40000, 126 .flags = UPF_BOOT_AUTOCONF, 127 + .type = PORT_SCIFA, 128 .irqs = { 88, 88, 88, 88 }, 129 },{ 130 .mapbase = 0xa4e50000, 131 .flags = UPF_BOOT_AUTOCONF, 132 + .type = PORT_SCIFA, 133 .irqs = { 109, 109, 109, 109 }, 134 }, { 135 .flags = 0,