lkml.org 
[lkml]   [2020]   [Mar]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.14 100/126] arm: dts: dra76x: Fix mmc3 max-frequency
    Date
    From: Faiz Abbas <faiz_abbas@ti.com>

    commit fa63c0039787b8fbacf4d6a51e3ff44288f5b90b upstream.

    dra76x is not affected by i887 which requires mmc3 node to be limited to
    a max frequency of 64 MHz. Fix this by overwriting the correct value in
    the the dra76 specific dtsi.

    Fixes: 895bd4b3e5ec ("ARM: dts: Add support for dra76-evm")
    Cc: stable@vger.kernel.org
    Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
    Signed-off-by: Tony Lindgren <tony@atomide.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    arch/arm/boot/dts/dra76x.dtsi | 5 +++++
    1 file changed, 5 insertions(+)

    --- a/arch/arm/boot/dts/dra76x.dtsi
    +++ b/arch/arm/boot/dts/dra76x.dtsi
    @@ -17,3 +17,8 @@
    &crossbar_mpu {
    ti,irqs-skip = <10 67 68 133 139 140>;
    };
    +
    +&mmc3 {
    + /* dra76x is not affected by i887 */
    + max-frequency = <96000000>;
    +};

    \
     
     \ /
      Last update: 2020-03-10 14:11    [W:4.269 / U:0.068 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site