Here is the big set of tty and serial driver patches for 5.10-rc1. Lots of little things in here, including: - tasklet_setup api conversions - sysrq support for capital letters - vt and vc cleanups and unwinding the mess some more - serial driver updates and minor tweaks - new device ids - rs485 support for some drivers - serial binding documentation updates - lots of small serial driver changes for reported issues All have been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> -----BEGIN PGP SIGNATURE----- iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCX4c5vA8cZ3JlZ0Brcm9h aC5jb20ACgkQMUfUDdst+ykVRACfWQRqsz/IIs6MZsDY9dkj4+QVUWAAn0mN2uHR mBox8w4TdTfG96jFXSfF =WYKP -----END PGP SIGNATURE----- Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty Pull tty/serial updates from Greg KH: "Here is the big set of tty and serial driver patches for 5.10-rc1. Lots of little things in here, including: - tasklet_setup api conversions - sysrq support for capital letters - vt and vc cleanups and unwinding the mess some more - serial driver updates and minor tweaks - new device ids - rs485 support for some drivers - serial binding documentation updates - lots of small serial driver changes for reported issues All have been in linux-next for a while with no reported issues" * tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: (79 commits) serial: mcf: add sysrq capability serial: fsl_lpuart: add sysrq support when using dma fbcon: remove no-op fbcon_set_origin() tty/sysrq: Extend the sysrq_key_table to cover capital letters serial: max310x: rework RX interrupt handling serial: 8250_dw: Fix clk-notifier/port suspend deadlock serial: 8250: Skip uninitialized TTY port baud rate update serial: 8250: Discard RTS/DTS setting from clock update method tty: serial: imx: disable TXDC IRQ in imx_uart_shutdown() to avoid IRQ storm serial: 8250_fsl: Fix TX interrupt handling condition serial: pl011: Fix lockdep splat when handling magic-sysrq interrupt tty: serial: fsl_lpuart: fix lpuart32_poll_get_char tty: serial: lpuart: fix lpuart32_write usage serial: qcom_geni_serial: To correct QUP Version detection logic serial: mvebu-uart: fix unused variable warning vt_ioctl: make VT_RESIZEX behave like VT_RESIZE serial: mvebu-uart: simplify the return expression of mvebu_uart_probe() tty: serial: imx: fix link error with CONFIG_SERIAL_CORE_CONSOLE=n tty: hvc: fix link error with CONFIG_SERIAL_CORE_CONSOLE=n pch_uart: drop double zeroing ...
140 lines
4.0 KiB
YAML
140 lines
4.0 KiB
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: "http://devicetree.org/schemas/serial/renesas,hscif.yaml#"
|
|
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
|
|
|
|
title: Renesas High Speed Serial Communication Interface with FIFO (HSCIF)
|
|
|
|
maintainers:
|
|
- Geert Uytterhoeven <geert+renesas@glider.be>
|
|
|
|
allOf:
|
|
- $ref: serial.yaml#
|
|
|
|
properties:
|
|
compatible:
|
|
oneOf:
|
|
- items:
|
|
- enum:
|
|
- renesas,hscif-r8a7778 # R-Car M1
|
|
- renesas,hscif-r8a7779 # R-Car H1
|
|
- const: renesas,rcar-gen1-hscif # R-Car Gen1
|
|
- const: renesas,hscif # generic HSCIF compatible UART
|
|
|
|
- items:
|
|
- enum:
|
|
- renesas,hscif-r8a7742 # RZ/G1H
|
|
- renesas,hscif-r8a7743 # RZ/G1M
|
|
- renesas,hscif-r8a7744 # RZ/G1N
|
|
- renesas,hscif-r8a7745 # RZ/G1E
|
|
- renesas,hscif-r8a77470 # RZ/G1C
|
|
- renesas,hscif-r8a7790 # R-Car H2
|
|
- renesas,hscif-r8a7791 # R-Car M2-W
|
|
- renesas,hscif-r8a7792 # R-Car V2H
|
|
- renesas,hscif-r8a7793 # R-Car M2-N
|
|
- renesas,hscif-r8a7794 # R-Car E2
|
|
- const: renesas,rcar-gen2-hscif # R-Car Gen2 and RZ/G1
|
|
- const: renesas,hscif # generic HSCIF compatible UART
|
|
|
|
- items:
|
|
- enum:
|
|
- renesas,hscif-r8a774a1 # RZ/G2M
|
|
- renesas,hscif-r8a774b1 # RZ/G2N
|
|
- renesas,hscif-r8a774c0 # RZ/G2E
|
|
- renesas,hscif-r8a774e1 # RZ/G2H
|
|
- renesas,hscif-r8a7795 # R-Car H3
|
|
- renesas,hscif-r8a7796 # R-Car M3-W
|
|
- renesas,hscif-r8a77961 # R-Car M3-W+
|
|
- renesas,hscif-r8a77965 # R-Car M3-N
|
|
- renesas,hscif-r8a77970 # R-Car V3M
|
|
- renesas,hscif-r8a77980 # R-Car V3H
|
|
- renesas,hscif-r8a77990 # R-Car E3
|
|
- renesas,hscif-r8a77995 # R-Car D3
|
|
- const: renesas,rcar-gen3-hscif # R-Car Gen3 and RZ/G2
|
|
- const: renesas,hscif # generic HSCIF compatible UART
|
|
|
|
reg:
|
|
maxItems: 1
|
|
|
|
interrupts:
|
|
maxItems: 1
|
|
|
|
clocks:
|
|
minItems: 1
|
|
maxItems: 4
|
|
|
|
clock-names:
|
|
minItems: 1
|
|
maxItems: 4
|
|
items:
|
|
enum:
|
|
- fck # UART functional clock
|
|
- hsck # optional external clock input
|
|
- brg_int # optional internal clock source for BRG frequency divider
|
|
- scif_clk # optional external clock source for BRG frequency divider
|
|
|
|
power-domains:
|
|
maxItems: 1
|
|
|
|
resets:
|
|
maxItems: 1
|
|
|
|
dmas:
|
|
description:
|
|
Must contain a list of pairs of references to DMA specifiers, one for
|
|
transmission, and one for reception.
|
|
|
|
dma-names:
|
|
minItems: 2
|
|
maxItems: 4
|
|
items:
|
|
enum:
|
|
- tx
|
|
- rx
|
|
|
|
required:
|
|
- compatible
|
|
- reg
|
|
- interrupts
|
|
- clocks
|
|
- clock-names
|
|
- power-domains
|
|
|
|
unevaluatedProperties: false
|
|
|
|
if:
|
|
properties:
|
|
compatible:
|
|
contains:
|
|
enum:
|
|
- renesas,rcar-gen2-hscif
|
|
- renesas,rcar-gen3-hscif
|
|
then:
|
|
required:
|
|
- resets
|
|
|
|
examples:
|
|
- |
|
|
#include <dt-bindings/clock/r8a7795-cpg-mssr.h>
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
#include <dt-bindings/power/r8a7795-sysc.h>
|
|
aliases {
|
|
serial1 = &hscif1;
|
|
};
|
|
|
|
hscif1: serial@e6550000 {
|
|
compatible = "renesas,hscif-r8a7795", "renesas,rcar-gen3-hscif",
|
|
"renesas,hscif";
|
|
reg = <0xe6550000 96>;
|
|
interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&cpg CPG_MOD 519>, <&cpg CPG_CORE R8A7795_CLK_S3D1>,
|
|
<&scif_clk>;
|
|
clock-names = "fck", "brg_int", "scif_clk";
|
|
dmas = <&dmac1 0x33>, <&dmac1 0x32>, <&dmac2 0x33>, <&dmac2 0x32>;
|
|
dma-names = "tx", "rx", "tx", "rx";
|
|
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
|
|
resets = <&cpg 519>;
|
|
uart-has-rtscts;
|
|
};
|