projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75ba2bf
)
ARM: rmobile: Remove Serial SH probing from Salvator-X board
author
Marek Vasut
<
[email protected]
>
Sun, 20 Aug 2017 15:13:45 +0000
(17:13 +0200)
committer
Nobuhiro Iwamatsu
<
[email protected]
>
Fri, 25 Aug 2017 22:04:49 +0000
(07:04 +0900)
Drop the Serial SH bit from the board since UART now probes from DT instead.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Nobuhiro Iwamatsu <
[email protected]
>
Signed-off-by: Nobuhiro Iwamatsu <
[email protected]
>
board/renesas/salvator-x/salvator-x.c
patch
|
blob
|
history
diff --git
a/board/renesas/salvator-x/salvator-x.c
b/board/renesas/salvator-x/salvator-x.c
index ce3892da90c6402de2fe65dc4beb8ce39787d678..4ed80f5493b1d2fac8f390953522afa3dc341682 100644
(file)
--- a/
board/renesas/salvator-x/salvator-x.c
+++ b/
board/renesas/salvator-x/salvator-x.c
@@
-300,15
+300,3
@@
void reset_cpu(ulong addr)
writel(RST_CODE, RST_CA57RESCNT);
#endif
}
-
-static const struct sh_serial_platdata serial_platdata = {
- .base = SCIF2_BASE,
- .type = PORT_SCIF,
- .clk = CONFIG_SH_SCIF_CLK_FREQ,
- .clk_mode = INT_CLK,
-};
-
-U_BOOT_DEVICE(salvator_x_scif2) = {
- .name = "serial_sh",
- .platdata = &serial_platdata,
-};