Skip to content

Commit 686e0a0

Browse files
committed
arm64: dts: ns2: Fixed QSPI compatible string
The string was incorrectly defined before from least to most specific, swap the compatible strings accordingly. Fixes: ff73917 ("ARM64: dts: Add QSPI Device Tree node for NS2") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
1 parent b793dab commit 686e0a0

File tree

1 file changed

+1
-1
lines changed
  • arch/arm64/boot/dts/broadcom/northstar2

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@
745745
};
746746

747747
qspi: spi@66470200 {
748-
compatible = "brcm,spi-bcm-qspi", "brcm,spi-ns2-qspi";
748+
compatible = "brcm,spi-ns2-qspi", "brcm,spi-bcm-qspi";
749749
reg = <0x66470200 0x184>,
750750
<0x66470000 0x124>,
751751
<0x67017408 0x004>,

0 commit comments

Comments
 (0)