Re: [PATCH 1/5] dt-bindings: spi: Fix spi-bcm-qspi compatible ordering

2020-09-09 Thread Florian Fainelli




On 9/9/2020 1:41 PM, Rob Herring wrote:

On Thu, 27 Aug 2020 11:18:38 -0700, Florian Fainelli wrote:

The binding is currently incorrectly defining the compatible strings
from least specific to most specific instead of the converse. Re-order
them from most specific (left) to least specific (right) and fix the
examples as well.

Fixes: 5fc78f4c842a ("spi: Broadcom BRCMSTB, NSP, NS2 SoC bindings")
Signed-off-by: Florian Fainelli 
---
  .../bindings/spi/brcm,spi-bcm-qspi.txt   | 16 
  1 file changed, 8 insertions(+), 8 deletions(-)



Reviewed-by: Rob Herring 



Thanks, and sorry about the nagging on IRC :)
--
Florian


Re: [PATCH 1/5] dt-bindings: spi: Fix spi-bcm-qspi compatible ordering

2020-09-09 Thread Rob Herring
On Thu, 27 Aug 2020 11:18:38 -0700, Florian Fainelli wrote:
> The binding is currently incorrectly defining the compatible strings
> from least specific to most specific instead of the converse. Re-order
> them from most specific (left) to least specific (right) and fix the
> examples as well.
> 
> Fixes: 5fc78f4c842a ("spi: Broadcom BRCMSTB, NSP, NS2 SoC bindings")
> Signed-off-by: Florian Fainelli 
> ---
>  .../bindings/spi/brcm,spi-bcm-qspi.txt   | 16 
>  1 file changed, 8 insertions(+), 8 deletions(-)
> 

Reviewed-by: Rob Herring