Skip to content

Commit d1ecc40

Browse files
committed
ARM: dts: NSP: Fixed QSPI compatible string
The string was incorrectly defined before from least to most specific, swap the compatible strings accordingly. Fixes: 329f98c ("ARM: dts: NSP: Add QSPI nodes to NSPI and bcm958625k DTSes") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
1 parent d663186 commit d1ecc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/bcm-nsp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
};
285285

286286
qspi: spi@27200 {
287-
compatible = "brcm,spi-bcm-qspi", "brcm,spi-nsp-qspi";
287+
compatible = "brcm,spi-nsp-qspi", "brcm,spi-bcm-qspi";
288288
reg = <0x027200 0x184>,
289289
<0x027000 0x124>,
290290
<0x11c408 0x004>,

0 commit comments

Comments
 (0)