diff options
author | Chunyan Zhang <chunyan.zhang@unisoc.com> | 2019-11-11 10:02:29 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-11-15 14:32:17 +0100 |
commit | d6a62a4b5f3f7cb88d05f13ad0da0cbc2c322272 (patch) | |
tree | 08c463dfa20827dfee59a093ccc32f9b3e2c646b /Documentation/devicetree/bindings/serial/sprd-uart.yaml | |
parent | dt-bindings: serial: Convert sprd-uart to json-schema (diff) | |
download | linux-d6a62a4b5f3f7cb88d05f13ad0da0cbc2c322272.tar.xz linux-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>
Diffstat (limited to 'Documentation/devicetree/bindings/serial/sprd-uart.yaml')
-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 |