lkml.org 
[lkml]   [2018]   [May]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.14 434/496] arm64: dts: qcom: Fix SPI5 config on MSM8996
    Date
    4.14-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Ilia Lin <ilialin@codeaurora.org>

    [ Upstream commit e723795c702b52cfceb3bb3faa63059eb4658313 ]

    Set correct clocks and interrupt values.
    Fixes the incorrect SPI master configuration. This is
    mandatory to make the SPI5 interface functional.

    Signed-off-by: Ilia Lin <ilialin@codeaurora.org>
    Signed-off-by: Andy Gross <andy.gross@linaro.org>
    Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    arch/arm64/boot/dts/qcom/msm8996.dtsi | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
    +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
    @@ -484,8 +484,8 @@
    blsp2_spi5: spi@075ba000{
    compatible = "qcom,spi-qup-v2.2.1";
    reg = <0x075ba000 0x600>;
    - interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
    - clocks = <&gcc GCC_BLSP2_QUP5_SPI_APPS_CLK>,
    + interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
    + clocks = <&gcc GCC_BLSP2_QUP6_SPI_APPS_CLK>,
    <&gcc GCC_BLSP2_AHB_CLK>;
    clock-names = "core", "iface";
    pinctrl-names = "default", "sleep";

    \
     
     \ /
      Last update: 2018-05-28 14:27    [W:4.219 / U:0.104 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site