mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
ARM: dts: NSP: Fixed QSPI compatible string
[ Upstream commitd1ecc40a95] The string was incorrectly defined before from least to most specific, swap the compatible strings accordingly. Fixes:329f98c197("ARM: dts: NSP: Add QSPI nodes to NSPI and bcm958625k DTSes") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
6d5b69b0f1
commit
ad40dab62d
|
|
@ -274,7 +274,7 @@ nand: nand@26000 {
|
|||
};
|
||||
|
||||
qspi: spi@27200 {
|
||||
compatible = "brcm,spi-bcm-qspi", "brcm,spi-nsp-qspi";
|
||||
compatible = "brcm,spi-nsp-qspi", "brcm,spi-bcm-qspi";
|
||||
reg = <0x027200 0x184>,
|
||||
<0x027000 0x124>,
|
||||
<0x11c408 0x004>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user