aboutsummaryrefslogtreecommitdiff
path: root/include/dm/platform_data
diff options
context:
space:
mode:
authorHai Pham2023-02-28 22:29:19 +0100
committerMarek Vasut2023-04-07 17:13:28 +0200
commitbbe36e29ca2ce2b3fad0343383038a9ff07dd655 (patch)
tree2f753a795a8525a2aa7a4d39e44308d7ff4f8996 /include/dm/platform_data
parent3bf63fbd5d9a9a9694f3be184cbdb9c62413c52d (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/dm/platform_data')
-rw-r--r--include/dm/platform_data/serial_sh.h1
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,
};
/*