ARM: dts: dra72-evm: Set max clock frequency of MMC1 and MMC2
authorKishon Vijay Abraham I <kishon@ti.com>
Thu, 30 Jul 2015 08:13:36 +0000 (13:43 +0530)
committerTony Lindgren <tony@atomide.com>
Wed, 5 Aug 2015 10:50:43 +0000 (03:50 -0700)
MMC1 supports SDR104 and MMC2 supports HS200 both of which requires
192MHz clock. Set the maximum operating clock frequency to 192 MHz.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra72-evm.dts

index 0e3816b4f5c6553bb5655bc7881f0445f2b53087..43ee6ac72fea6dadffb8483a193615b672391a32 100644 (file)
         * is a viable alternative
         */
        cd-gpios = <&gpio6 27 0>;
+       max-frequency = <192000000>;
 };
 
 &mmc2 {
        vmmc-supply = <&evm_3v3>;
        bus-width = <8>;
        ti,non-removable;
+       max-frequency = <192000000>;
 };
 
 &dra7_pmx_core {
This page took 0.027801 seconds and 5 git commands to generate.