Commit 6c550913 authored by Konstantin Porotchkin's avatar Konstantin Porotchkin Committed by Gregory CLEMENT
Browse files

arm64: dts: change AP807 SDHCI compatibility string



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: default avatarMarcin Wojtas <mw@semihalf.com>
Signed-off-by: default avatarKonstantin Porotchkin <kostap@marvell.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent a9d9bfca
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -27,3 +27,8 @@ cpu_clk: clock-cpu {
		#clock-cells = <1>;
	};
};

&ap_sdhci0 {
	compatible = "marvell,armada-ap807-sdhci";
};