Commit f2b0fe4b authored by Zhen Lei's avatar Zhen Lei Committed by Greg Kroah-Hartman
Browse files

dt-bindings: serial: pl011: Delete an incorrect compatible string



The compatible strings "zte,zx296702-uart" and "arm,primecell" are a
combination, but commit 89d4f98a ("ARM: remove zte zx platform")
removes only the former. It is incorrect to match driver pl011 based only
on the remaining "arm,primecell". Delete it.

Signed-off-by: default avatarZhen Lei <thunder.leizhen@huawei.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>

 Documentation/devicetree/bindings/serial/pl011.yaml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Link: https://lore.kernel.org/r/20210520115440.8259-2-thunder.leizhen@huawei.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 18c092e5
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -24,12 +24,9 @@ select:

properties:
  compatible:
    oneOf:
      - items:
    items:
      - const: arm,pl011
      - const: arm,primecell
      - items:
          - const: arm,primecell

  reg:
    maxItems: 1