forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/drivers/tty/hvc/hvc_console.h
....@@ -1,4 +1,4 @@
1
-// SPDX-License-Identifier: GPL-2.0+
1
+/* SPDX-License-Identifier: GPL-2.0+ */
22 /*
33 * hvc_console.h
44 * Copyright (C) 2005 IBM Corporation
....@@ -30,7 +30,7 @@
3030 * for the tty device. Since this driver supports hotplug of vty adapters we
3131 * need to make sure we have enough allocated.
3232 */
33
-#define HVC_ALLOC_TTY_ADAPTERS 8
33
+#define HVC_ALLOC_TTY_ADAPTERS 64
3434
3535 struct hvc_struct {
3636 struct tty_port port;