diff options
author | Faiz Abbas <faiz_abbas@ti.com> | 2020-01-28 14:47:59 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-02-26 19:38:30 +0100 |
commit | fa63c0039787b8fbacf4d6a51e3ff44288f5b90b (patch) | |
tree | 7b25770234ed3fc8be2cfc2484f009a9c6a22822 /arch/arm | |
parent | ARM: dts: dra7: Add "dma-ranges" property to PCIe RC DT nodes (diff) | |
download | linux-fa63c0039787b8fbacf4d6a51e3ff44288f5b90b.tar.xz linux-fa63c0039787b8fbacf4d6a51e3ff44288f5b90b.zip |
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: 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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/dra76x.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra76x.dtsi b/arch/arm/boot/dts/dra76x.dtsi index 2f7539afef2b..42b8a205b64f 100644 --- a/arch/arm/boot/dts/dra76x.dtsi +++ b/arch/arm/boot/dts/dra76x.dtsi @@ -128,3 +128,8 @@ &usb4_tm { status = "disabled"; }; + +&mmc3 { + /* dra76x is not affected by i887 */ + max-frequency = <96000000>; +}; |