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 119 },{ 120 120 .mapbase = 0xa4e30000, 121 121 .flags = UPF_BOOT_AUTOCONF, 122 - .type = PORT_SCI, 122 + .type = PORT_SCIFA, 123 123 .irqs = { 56, 56, 56, 56 }, 124 124 },{ 125 125 .mapbase = 0xa4e40000, 126 126 .flags = UPF_BOOT_AUTOCONF, 127 - .type = PORT_SCI, 127 + .type = PORT_SCIFA, 128 128 .irqs = { 88, 88, 88, 88 }, 129 129 },{ 130 130 .mapbase = 0xa4e50000, 131 131 .flags = UPF_BOOT_AUTOCONF, 132 - .type = PORT_SCI, 132 + .type = PORT_SCIFA, 133 133 .irqs = { 109, 109, 109, 109 }, 134 134 }, { 135 135 .flags = 0,