diff options
| author | Tom Rini <[email protected]> | 2023-04-07 15:55:50 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-04-07 15:55:50 -0400 |
| commit | 965f74b5b3602fe681421bda5676c7300ee3975e (patch) | |
| tree | b8b001d60dbeea07ad4fdda6950aa73a3114d2e9 /include/dm/platform_data | |
| parent | 19d0c64f89ee5a0d5d3077e5d7ec7dafd74a0d45 (diff) | |
| parent | 36b63c92c3ffb5a8673f58e2111f3ee3273e6952 (diff) | |
Merge branch 'master_sh/gen4/initial' of https://source.denx.de/u-boot/custodians/u-boot-sh
- Initial R-Car Generation 4 support
Diffstat (limited to 'include/dm/platform_data')
| -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, }; /* |
