arm: dts: dra76x: Fix mmc3 max-frequency
authorFaiz Abbas <faiz_abbas@ti.com>
Tue, 28 Jan 2020 13:47:59 +0000 (19:17 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Mar 2020 17:03:03 +0000 (18:03 +0100)
commit fa63c0039787b8fbacf4d6a51e3ff44288f5b90b upstream.

dra76x is not affected by i887 which requires mmc3 node to be limited to
a max frequency of 64 MHz. Fix this by overwriting the correct value in
the the dra76 specific dtsi.

Fixes: 895bd4b3e5ec ("ARM: dts: Add support for dra76-evm")
Cc: stable@vger.kernel.org
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/dra76x.dtsi

index 1c88c581ff18879a4991f3a77634e3b998d56b3d..78d58b8af67e85fac505a697e858da29058f3751 100644 (file)
@@ -17,3 +17,8 @@
 &crossbar_mpu {
        ti,irqs-skip = <10 67 68 133 139 140>;
 };
+
+&mmc3 {
+       /* dra76x is not affected by i887 */
+       max-frequency = <96000000>;
+};