Skip to content

Commit

Permalink
arm64: dts: ns2: Fixed QSPI compatible string
Browse files Browse the repository at this point in the history
[ Upstream commit 686e0a0c8c61e0e3f55321d0181fece3efd92777 ]

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 <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>
  • Loading branch information
ffainelli authored and gregkh committed Sep 17, 2020
1 parent e3aa4b5 commit d2dd6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@
};

qspi: spi@66470200 {
compatible = "brcm,spi-bcm-qspi", "brcm,spi-ns2-qspi";
compatible = "brcm,spi-ns2-qspi", "brcm,spi-bcm-qspi";
reg = <0x66470200 0x184>,
<0x66470000 0x124>,
<0x67017408 0x004>,
Expand Down

0 comments on commit d2dd6d5

Please sign in to comment.