Skip to content

Commit b793dab

Browse files
committed
ARM: dts: BCM5301X: Fixed QSPI compatible string
The string was incorrectly defined before from least to most specific, swap the compatible strings accordingly. Fixes: 1c8f406 ("ARM: dts: BCM5301X: convert to iProc QSPI") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
1 parent d1ecc40 commit b793dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/bcm5301x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@
488488
};
489489

490490
spi@18029200 {
491-
compatible = "brcm,spi-bcm-qspi", "brcm,spi-nsp-qspi";
491+
compatible = "brcm,spi-nsp-qspi", "brcm,spi-bcm-qspi";
492492
reg = <0x18029200 0x184>,
493493
<0x18029000 0x124>,
494494
<0x1811b408 0x004>,

0 commit comments

Comments
 (0)