arm: dts: dra76x: Fix mmc3 max-frequency
authorFaiz Abbas <faiz_abbas@ti.com>
Tue, 28 Jan 2020 13:47:59 +0000 (19:17 +0530)
committerTony Lindgren <tony@atomide.com>
Wed, 26 Feb 2020 18:38:30 +0000 (10:38 -0800)
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>
arch/arm/boot/dts/dra76x.dtsi

index 2f7539a..42b8a20 100644 (file)
 &usb4_tm {
        status = "disabled";
 };
+
+&mmc3 {
+       /* dra76x is not affected by i887 */
+       max-frequency = <96000000>;
+};