Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: at91: sama5d2: set the sdmmc gclk frequency

Set the frequency of the generated clock used by sdmmc devices in order
to not rely on the configuration done by previous components.

Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
Link: https://lore.kernel.org/r/20191128074522.69706-3-ludovic.desroches@microchip.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Ludovic Desroches and committed by
Alexandre Belloni
bbd73c02 e52a0336

+4
+4
arch/arm/boot/dts/sama5d2.dtsi
··· 300 300 interrupts = <31 IRQ_TYPE_LEVEL_HIGH 0>; 301 301 clocks = <&pmc PMC_TYPE_PERIPHERAL 31>, <&pmc PMC_TYPE_GCK 31>, <&pmc PMC_TYPE_CORE PMC_MAIN>; 302 302 clock-names = "hclock", "multclk", "baseclk"; 303 + assigned-clocks = <&pmc PMC_TYPE_GCK 31>; 304 + assigned-clock-rates = <480000000>; 303 305 status = "disabled"; 304 306 }; 305 307 ··· 311 309 interrupts = <32 IRQ_TYPE_LEVEL_HIGH 0>; 312 310 clocks = <&pmc PMC_TYPE_PERIPHERAL 32>, <&pmc PMC_TYPE_GCK 32>, <&pmc PMC_TYPE_CORE PMC_MAIN>; 313 311 clock-names = "hclock", "multclk", "baseclk"; 312 + assigned-clocks = <&pmc PMC_TYPE_GCK 32>; 313 + assigned-clock-rates = <480000000>; 314 314 status = "disabled"; 315 315 }; 316 316