lkml.org 
[lkml]   [2020]   [Sep]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.8 057/177] ARM: dts: BCM5301X: Fixed QSPI compatible string
    Date
    From: Florian Fainelli <f.fainelli@gmail.com>

    [ Upstream commit b793dab8d811e103665d6bddaaea1c25db3776eb ]

    The string was incorrectly defined before from least to most
    specific, swap the compatible strings accordingly.

    Fixes: 1c8f40650723 ("ARM: dts: BCM5301X: convert to iProc QSPI")
    Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm/boot/dts/bcm5301x.dtsi | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/arm/boot/dts/bcm5301x.dtsi b/arch/arm/boot/dts/bcm5301x.dtsi
    index 2d9b4dd058307..0016720ce5300 100644
    --- a/arch/arm/boot/dts/bcm5301x.dtsi
    +++ b/arch/arm/boot/dts/bcm5301x.dtsi
    @@ -488,7 +488,7 @@
    };

    spi@18029200 {
    - compatible = "brcm,spi-bcm-qspi", "brcm,spi-nsp-qspi";
    + compatible = "brcm,spi-nsp-qspi", "brcm,spi-bcm-qspi";
    reg = <0x18029200 0x184>,
    <0x18029000 0x124>,
    <0x1811b408 0x004>,
    --
    2.25.1


    \
     
     \ /
      Last update: 2020-09-16 01:27    [W:4.080 / U:0.088 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site