arm64: dts: ns2: Fixed QSPI compatible string
[ Upstream commit 686e0a0c8c61e0e3f55321d0181fece3efd92777 ]
The string was incorrectly defined before from least to most specific,
swap the compatible strings accordingly.
Fixes: ff73917d38 ("ARM64: dts: Add QSPI Device Tree node for NS2")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e3aa4b5bed
commit
d2dd6d5a77
@@ -745,7 +745,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
qspi: spi@66470200 {
|
qspi: spi@66470200 {
|
||||||
compatible = "brcm,spi-bcm-qspi", "brcm,spi-ns2-qspi";
|
compatible = "brcm,spi-ns2-qspi", "brcm,spi-bcm-qspi";
|
||||||
reg = <0x66470200 0x184>,
|
reg = <0x66470200 0x184>,
|
||||||
<0x66470000 0x124>,
|
<0x66470000 0x124>,
|
||||||
<0x67017408 0x004>,
|
<0x67017408 0x004>,
|
||||||
|
|||||||
Reference in New Issue
Block a user