Skip to content

Commit d663186

Browse files
committed
ARM: dts: bcm: HR2: Fixed QSPI compatible string
The string was incorrectly defined before from least to most specific, swap the compatible strings accordingly. Fixes: b9099ec ("ARM: dts: Add Broadcom Hurricane 2 DTS include file") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
1 parent fcd2e4b commit d663186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
};
218218

219219
qspi: spi@27200 {
220-
compatible = "brcm,spi-bcm-qspi", "brcm,spi-nsp-qspi";
220+
compatible = "brcm,spi-nsp-qspi", "brcm,spi-bcm-qspi";
221221
reg = <0x027200 0x184>,
222222
<0x027000 0x124>,
223223
<0x11c408 0x004>,

0 commit comments

Comments
 (0)