diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2020-08-26 16:43:41 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-09-17 13:45:23 +0200 |
commit | 6d5b69b0f15985c9629cb1a67196b460d051d747 (patch) | |
tree | e7091875cc19f40fe178130c05151f859ef11ce8 /arch | |
parent | 7463e4ccb732164ebb137994084ee7e9018293bb (diff) | |
download | linux-stable-6d5b69b0f15985c9629cb1a67196b460d051d747.tar.gz linux-stable-6d5b69b0f15985c9629cb1a67196b460d051d747.tar.bz2 linux-stable-6d5b69b0f15985c9629cb1a67196b460d051d747.zip |
ARM: dts: bcm: HR2: Fixed QSPI compatible string
[ Upstream commit d663186293a818af97c648624bee6c7a59e8218b ]
The string was incorrectly defined before from least to most specific,
swap the compatible strings accordingly.
Fixes: b9099ec754b5 ("ARM: dts: Add Broadcom Hurricane 2 DTS include file")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/bcm-hr2.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm-hr2.dtsi b/arch/arm/boot/dts/bcm-hr2.dtsi index e35398cc60a0..dd71ab08136b 100644 --- a/arch/arm/boot/dts/bcm-hr2.dtsi +++ b/arch/arm/boot/dts/bcm-hr2.dtsi @@ -217,7 +217,7 @@ }; 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>, |