Laurent Pinchart
9c21ac508c
sh: Don't set the sh-sci pdata UPF_BOOT_AUTOCONF flags
...
The flag is set by the driver internally, 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 >
2017-01-19 14:17:05 +01:00
Laurent Pinchart
c3fa400b27
sh: Don't set sh-sci pdata scscr TE and RE bits
...
The bits are set by the driver internally, don't set them 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 >
2017-01-19 14:17:04 +01:00
Geert Uytterhoeven
0a03668188
sh: sh7734: Correct SCIF type for BRG
...
The SCIF variant in the sh7734 SoC is not the common "SH-4(A)" variant,
but a derivative with added "Baud Rate Generator for External Clock"
(BRG). Correct the regtype value in platform data to fix this.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
2015-12-17 11:19:08 +01:00
Laurent Pinchart
1399c195ef
sh: Switch to new style TMU device
...
The TMU (Timer Unit) driver implements a new style of platform data that
handles the timer as a single device with multiple channel. Switch from
the old-style platform data to the new-style platform data.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2014-05-11 19:35:27 +09:00
Laurent Pinchart
d5917ef318
sh: Don't set plat_sci_port scbrr_algo_id field
...
The field will be removed from the sh-sci driver. Don't set it and let
the driver handle baud rate calculation internally.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2013-12-24 21:49:43 +09:00
Laurent Pinchart
d850acf975
sh: Declare SCIF register base and IRQ as resources
...
Passing the register base address and IRQ through platform data is
deprecated. Use resources instead.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2013-12-24 21:49:43 +09:00
Nobuhiro Iwamatsu
fea88a0c02
sh: Add initial support for SH7734 CPU subtype
...
This implements initial support for the SH7734.
This adds support SCIF, TMU and RTC.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com >
Signed-off-by: Paul Mundt <lethal@linux-sh.org >
2012-04-17 16:20:23 +09:00