]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ARM: dts: NSP: Fixed QSPI compatible string
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 26 Aug 2020 23:44:25 +0000 (16:44 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Sep 2020 11:47:44 +0000 (13:47 +0200)
[ Upstream commit d1ecc40a954fd0f5e3789b91fa80f15e82284e39 ]

The string was incorrectly defined before from least to most
specific, swap the compatible strings accordingly.

Fixes: 329f98c1974e ("ARM: dts: NSP: Add QSPI nodes to NSPI and bcm958625k DTSes")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/bcm-nsp.dtsi

index 418e6b97cb2ecdfb129039111f294f3d0f89eeed..8615d89fa46906e47a05df1f48fd34eee128debe 100644 (file)
                };
 
                qspi: spi@27200 {
-                       compatible = "brcm,spi-bcm-qspi", "brcm,spi-nsp-qspi";
+                       compatible = "brcm,spi-nsp-qspi", "brcm,spi-bcm-qspi";
                        reg = <0x027200 0x184>,
                              <0x027000 0x124>,
                              <0x11c408 0x004>,