arm64: dts: change AP807 SDHCI compatibility string
authorKonstantin Porotchkin <kostap@marvell.com>
Tue, 12 Jan 2021 09:46:54 +0000 (11:46 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 29 Jan 2021 15:44:34 +0000 (16:44 +0100)
This patch adds new compatible string to AP807 DTSI to avoid
its SDHCI controller to run in "slow mode" with disabled UHS.

Signed-off-by: Marcin Wojtas <mw@semihalf.com>
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/armada-ap807.dtsi

index 623010f..d9bbbfa 100644 (file)
@@ -27,3 +27,8 @@
                #clock-cells = <1>;
        };
 };
+
+&ap_sdhci0 {
+       compatible = "marvell,armada-ap807-sdhci";
+};
+