mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
Revert "serial: sccnxp: Add DT support"
This reverts commit 85c9969074
.
Alexander wishes to remove this patch as it is incorrect.
Reported-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3ba35baa55
commit
461a8ecb2d
3 changed files with 12 additions and 93 deletions
|
@ -78,11 +78,11 @@
|
|||
/* SCCNXP platform data structure */
|
||||
struct sccnxp_pdata {
|
||||
/* Shift for A0 line */
|
||||
u32 reg_shift;
|
||||
const u8 reg_shift;
|
||||
/* Modem control lines configuration */
|
||||
u32 mctrl_cfg[SCCNXP_MAX_UARTS];
|
||||
const u32 mctrl_cfg[SCCNXP_MAX_UARTS];
|
||||
/* Timer value for polling mode (usecs) */
|
||||
u32 poll_time_us;
|
||||
const unsigned int poll_time_us;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue