Commit fa63c003 authored by Faiz Abbas's avatar Faiz Abbas Committed by Tony Lindgren
Browse files

arm: dts: dra76x: Fix mmc3 max-frequency



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: 895bd4b3 ("ARM: dts: Add support for dra76-evm")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarFaiz Abbas <faiz_abbas@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 27f13774
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -128,3 +128,8 @@
&usb4_tm {
	status = "disabled";
};

&mmc3 {
	/* dra76x is not affected by i887 */
	max-frequency = <96000000>;
};