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

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

Fixes: b9099ec754b5 ("ARM: dts: Add Broadcom Hurricane 2 DTS include file")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/bcm-hr2.dtsi

index e35398cc60a0602b3b6b175ae37134ae2641adc9..dd71ab08136bebdb7afcb656ab2e7ea132bfe23a 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>,