diff options
author | Chunyan Zhang <chunyan.zhang@unisoc.com> | 2019-11-11 12:02:29 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-11-15 16:32:17 +0300 |
commit | d6a62a4b5f3f7cb88d05f13ad0da0cbc2c322272 (patch) | |
tree | 08c463dfa20827dfee59a093ccc32f9b3e2c646b /Documentation/devicetree/bindings/serial | |
parent | 12e72714cfffcc69f299cc7e716ade45a18ea796 (diff) | |
download | linux-d6a62a4b5f3f7cb88d05f13ad0da0cbc2c322272.tar.xz |
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')
-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 |