Re: [PATCH 1/2] dt-bindings: serial: pl011: Delete an incorrect compatible string
From: Rob Herring <robh+dt@kernel.org>
Date: 2021-05-21 18:56:21
Also in:
linux-devicetree
From: Rob Herring <robh+dt@kernel.org>
Date: 2021-05-21 18:56:21
Also in:
linux-devicetree
On Thu, May 20, 2021 at 6:54 AM Zhen Lei [off-list ref] wrote:
The compatible strings "zte,zx296702-uart" and "arm,primecell" are a
combination, but commit 89d4f98ae90d ("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: Zhen Lei <redacted>
---
Documentation/devicetree/bindings/serial/pl011.yaml | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)Reviewed-by: Rob Herring <robh@kernel.org>