]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: armada-3720-turris-mox: forbid SDR104 on SDIO for FCC purposes
authorMarek Behún <marek.behun@nic.cz>
Thu, 30 Apr 2020 23:11:44 +0000 (01:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jun 2020 15:48:23 +0000 (17:48 +0200)
[ Upstream commit 7a2c36b039d2343cc29fec6102da839477b8dc60 ]

Use sdhci-caps-mask to forbid SDR104 mode on the SDIO capable SDHCI
controller. Without this the device cannot pass electromagnetic
interference certifications.

Fixes: 7109d817db2e ("arm64: dts: marvell: add DTS for Turris Mox")
Signed-off-by: Marek Behún <marek.behun@nic.cz>
Cc: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts

index bb42d1e6a4e92a6deb8d163d0d927b6148d78ccc..47fee66c70cbc626a49a2a7a480ae8a9216cfee6 100644 (file)
        marvell,pad-type = "sd";
        vqmmc-supply = <&vsdio_reg>;
        mmc-pwrseq = <&sdhci1_pwrseq>;
+       /* forbid SDR104 for FCC purposes */
+       sdhci-caps-mask = <0x2 0x0>;
        status = "okay";
 };