Re: [PATCH 0/3] ARM: dts: atlas7: fix spaces in compatible strings

From: Johan Hovold
Date: Thu Mar 12 2020 - 07:27:41 EST


On Wed, Feb 12, 2020 at 11:43:45AM +0100, Johan Hovold wrote:
> I stumbled over a new driver in 5.6 whose compatible strings did not
> match the corresponding binding due to spaces in the driver compatible
> strings:
>
> https://lkml.kernel.org/r/20200212092426.24012-1-johan@xxxxxxxxxx
>
> A quick grep revealed that we a couple of devicetrees in mainline with
> similarly malformed compatible strings.
>
> Note that there are no in-kernel drivers or bindings that use the
> strings question, so I think simply dropping the spaces would be
> acceptable. This is especially true for the flexnox nodes that also
> specify "simple-bus" so therefore I split the fixes in three patches.

No reply from the CSR people after a month.

Rob, could you pick these up directly?

Johan

> Johan Hovold (3):
> ARM: dts: atlas7: fix space in flexnoc compatible strings
> ARM: dts: atlas7: fix space in gmac compatible string
> ARM: dts: atlas7: fix space in g2d compatible string
>
> arch/arm/boot/dts/atlas7.dtsi | 30 +++++++++++++++---------------
> 1 file changed, 15 insertions(+), 15 deletions(-)