summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorFaiz Abbas <faiz_abbas@ti.com>2020-01-28 19:17:59 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-03-12 07:18:33 +0100
commit5f61b2a392db389d446dddbea9a5bc7ff976ae08 (patch)
treed9ef1fd8f1b1f0ece7ec33d7ac2df0760869c94e /arch
parent0281c4141216b5bac89ce9a7542820ff23e65f41 (diff)
arm: dts: dra76x: Fix mmc3 max-frequency
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/dra76x.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra76x.dtsi b/arch/arm/boot/dts/dra76x.dtsi
index cdcba3f561c4..9f6fbe4c1fee 100644
--- a/arch/arm/boot/dts/dra76x.dtsi
+++ b/arch/arm/boot/dts/dra76x.dtsi
@@ -86,3 +86,8 @@
&usb4_tm {
status = "disabled";
};
+
+&mmc3 {
+ /* dra76x is not affected by i887 */
+ max-frequency = <96000000>;
+};