Re: [PATCH 14/28] dt-bindings: arm: l2x0: Tauros 3 is PL310 compatible

From: Rob Herring
Date: Fri Mar 27 2020 - 15:04:47 EST


On Tue, 17 Mar 2020 10:39:08 +0100, Lubomir Rintel wrote:
> The validation is unhappy about mmp3-dell-ariel declaring its
> marvell,tauros3-cache node to be compatible with arm,pl310-cache:
>
> mmp3-dell-ariel.dt.yaml: cache-controller@d0020000: compatible:
> Additional items are not allowed ('arm,pl310-cache' was unexpected)
> mmp3-dell-ariel.dt.yaml: cache-controller@d0020000: compatible:
> ['marvell,tauros3-cache', 'arm,pl310-cache'] is too long
>
> Let's allow this -- Tauros 3 is designed to be compatible with PL310.
>
> Signed-off-by: Lubomir Rintel <lkundrak@xxxxx>
> ---
> .../devicetree/bindings/arm/l2c2x0.yaml | 45 ++++++++++---------
> 1 file changed, 24 insertions(+), 21 deletions(-)
>

Applied, thanks.

Rob