Message ID | 20200128134759.21134-1-faiz_abbas@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm: dts: dra76x: Fix mmc3 max-frequency | expand |
* Faiz Abbas <faiz_abbas@ti.com> [200128 05:47]: > 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") Sorry looks like I missed this earlier, applying into fixes. Thanks, Tony
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>; +};
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> --- arch/arm/boot/dts/dra76x.dtsi | 5 +++++ 1 file changed, 5 insertions(+)