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: Marcin Wojtas <mw@semihalf.com>
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
Konstantin Porotchkin 2021-01-12 11:46:54 +02:00 committed by Gregory CLEMENT
parent a9d9bfcadf
commit 6c55091335
1 changed files with 5 additions and 0 deletions

View File

@ -27,3 +27,8 @@
#clock-cells = <1>;
};
};
&ap_sdhci0 {
compatible = "marvell,armada-ap807-sdhci";
};