diff options
author | 2024-07-30 00:28:09 +0000 | |
---|---|---|
committer | 2025-01-17 07:53:51 +0800 | |
commit | dfe6d083edff9f577f2e3db02fe5a838118fc0ac (patch) | |
tree | ce81987891024350e6116eb2226b3b6afd2ed4a6 | |
parent | dt-bindings: interrupt-controller: Add SpacemiT K1 PLIC (diff) | |
download | wireguard-linux-dfe6d083edff9f577f2e3db02fe5a838118fc0ac.tar.xz wireguard-linux-dfe6d083edff9f577f2e3db02fe5a838118fc0ac.zip |
dt-bindings: serial: 8250: Add SpacemiT K1 uart compatible
Found SpacemiT's K1 uart controller is compatible with
Intel's Xscale uart, but it's still worth to introduce a new compatible.
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/serial/8250.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/serial/8250.yaml b/Documentation/devicetree/bindings/serial/8250.yaml index 692aa05500fd..0bde2379e864 100644 --- a/Documentation/devicetree/bindings/serial/8250.yaml +++ b/Documentation/devicetree/bindings/serial/8250.yaml @@ -111,7 +111,9 @@ properties: - mediatek,mt7623-btif - const: mediatek,mtk-btif - items: - - const: mrvl,mmp-uart + - enum: + - mrvl,mmp-uart + - spacemit,k1-uart - const: intel,xscale-uart - items: - enum: |