lkml.org 
[lkml]   [2018]   [Mar]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 6/6] ARM: dts: stm32: Fix sdio2 rcc hard coded value
    Date
    From: Patrice Chotard <patrice.chotard@st.com>

    Replace sdio2 rcc hard coded clock value by its macro.

    Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
    ---
    arch/arm/boot/dts/stm32f746.dtsi | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/arm/boot/dts/stm32f746.dtsi b/arch/arm/boot/dts/stm32f746.dtsi
    index 07c29658696c..2c5704f96801 100644
    --- a/arch/arm/boot/dts/stm32f746.dtsi
    +++ b/arch/arm/boot/dts/stm32f746.dtsi
    @@ -432,7 +432,7 @@
    compatible = "arm,pl180", "arm,primecell";
    arm,primecell-periphid = <0x00880180>;
    reg = <0x40011c00 0x400>;
    - clocks = <&rcc 0 167>;
    + clocks = <&rcc 0 STM32F7_APB2_CLOCK(SDMMC2)>;
    clock-names = "apb_pclk";
    interrupts = <103>;
    max-frequency = <48000000>;
    --
    1.9.1
    \
     
     \ /
      Last update: 2018-03-01 10:46    [W:3.684 / U:0.244 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site