According to the datasheets, the sh7760 SIM and sh7723 SCIFA instances
don't implement the REIE bit. Don't set it in platform data.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
};
static struct plat_sci_port scif3_platform_data = {
- .scscr = SCSCR_REIE,
.type = PORT_SCI,
.regshift = 2,
};
};
static struct plat_sci_port scif3_platform_data = {
- .scscr = SCSCR_REIE,
.sampling_rate = 8,
.type = PORT_SCIFA,
};
};
static struct plat_sci_port scif4_platform_data = {
- .scscr = SCSCR_REIE,
.sampling_rate = 8,
.type = PORT_SCIFA,
};
};
static struct plat_sci_port scif5_platform_data = {
- .scscr = SCSCR_REIE,
.sampling_rate = 8,
.type = PORT_SCIFA,
};