diff options
author | Marek Vasut | 2020-05-09 19:08:44 +0200 |
---|---|---|
committer | Marek Vasut | 2020-08-02 19:58:27 +0200 |
commit | 3adaa254766b18e77ff38a370f0b20538fd268b5 (patch) | |
tree | 056433202fd27494615c4582a4f024af53a4d5f6 /include/configs/r2dplus.h | |
parent | f70ca794be4c768d723e053f7b77c5cf10d90bb5 (diff) |
sh: r2dplus: Enable DM_SERIAL and DM_CLK
Switch r2dplus to DM and DT probing for serial and clock.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/r2dplus.h')
-rw-r--r-- | include/configs/r2dplus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h index 4fdf0a5b576..61b6fb48465 100644 --- a/include/configs/r2dplus.h +++ b/include/configs/r2dplus.h @@ -35,7 +35,6 @@ * SuperH Clock setting */ #define CONFIG_SYS_CLK_FREQ 60000000 -#define CONFIG_SH_SCIF_CLK_FREQ CONFIG_SYS_CLK_FREQ #define CONFIG_SYS_PLL_SETTLING_TIME 100/* in us */ /* |