mirror of
https://xff.cz/git/u-boot/
synced 2025-09-28 14:01:16 +02:00
ARM: rmobile: Remove Serial SH probing from ULCB board
Drop the Serial SH bit from the board since UART now probes from DT instead. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
committed by
Nobuhiro Iwamatsu
parent
1c30aea5b1
commit
3f63551471
@@ -232,15 +232,3 @@ int dram_init_banksize(void)
|
|||||||
const struct rmobile_sysinfo sysinfo = {
|
const struct rmobile_sysinfo sysinfo = {
|
||||||
CONFIG_RCAR_BOARD_STRING
|
CONFIG_RCAR_BOARD_STRING
|
||||||
};
|
};
|
||||||
|
|
||||||
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,
|
|
||||||
};
|
|
||||||
|
Reference in New Issue
Block a user