From: Patrice Chotard Date: Thu, 1 Mar 2018 10:53:00 +0000 (+0100) Subject: ARM: dts: stm32: Fix sdio2 rcc hard coded value X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=193ca00b820c9d95955ba36e3882f4a060e2559e;p=linux.git ARM: dts: stm32: Fix sdio2 rcc hard coded value Replace sdio2 rcc hard coded clock value by its macro. Signed-off-by: Patrice Chotard Signed-off-by: Alexandre Torgue --- diff --git a/arch/arm/boot/dts/stm32f746.dtsi b/arch/arm/boot/dts/stm32f746.dtsi index 90d8f56ceb832..4be2ee575b19c 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>;