diff options
author | Hai Pham | 2023-02-28 22:29:19 +0100 |
---|---|---|
committer | Marek Vasut | 2023-04-07 17:13:28 +0200 |
commit | bbe36e29ca2ce2b3fad0343383038a9ff07dd655 (patch) | |
tree | 2f753a795a8525a2aa7a4d39e44308d7ff4f8996 /include | |
parent | 3bf63fbd5d9a9a9694f3be184cbdb9c62413c52d (diff) |
serial: sh: Add HSCIF support for R-Car SoC
Provide the basic HSCIF support for R-Car SoC.
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Signed-off-by: Hai Pham <hai.pham.ud@renesas.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
[Marek: Fill in HSSRR offset for Gen2 and SCBRR calculation for Gen2 and Gen3]
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/dm/platform_data/serial_sh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dm/platform_data/serial_sh.h b/include/dm/platform_data/serial_sh.h index 69cd012fc5a..1a20285d92d 100644 --- a/include/dm/platform_data/serial_sh.h +++ b/include/dm/platform_data/serial_sh.h @@ -17,6 +17,7 @@ enum sh_serial_type { PORT_SCIF, PORT_SCIFA, PORT_SCIFB, + PORT_HSCIF, }; /* |