diff options
author | Chunyan Zhang <chunyan.zhang@unisoc.com> | 2019-11-11 17:02:29 +0800 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-11-15 07:32:17 -0600 |
commit | d6a62a4b5f3f7cb88d05f13ad0da0cbc2c322272 (patch) | |
tree | 08c463dfa20827dfee59a093ccc32f9b3e2c646b | |
parent | 12e72714cfffcc69f299cc7e716ade45a18ea796 (diff) | |
download | lwn-d6a62a4b5f3f7cb88d05f13ad0da0cbc2c322272.tar.gz lwn-d6a62a4b5f3f7cb88d05f13ad0da0cbc2c322272.zip |
dt-bindings: serial: Add a new compatible string for SC9863A
SC9863A use the same serial device which SC9836 uses.
Signed-off-by: Chunyan Zhang <chunyan.zhang@unisoc.com>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/serial/sprd-uart.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/serial/sprd-uart.yaml b/Documentation/devicetree/bindings/serial/sprd-uart.yaml index c98f59469d6a..e66b2e92a7fc 100644 --- a/Documentation/devicetree/bindings/serial/sprd-uart.yaml +++ b/Documentation/devicetree/bindings/serial/sprd-uart.yaml @@ -18,6 +18,7 @@ properties: - items: - enum: - sprd,sc9860-uart + - sprd,sc9863a-uart - const: sprd,sc9836-uart - const: sprd,sc9836-uart |