summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/marvell/armada-ap807.dtsi
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2021-01-12 11:46:54 +0200
committerGregory CLEMENT <gregory.clement@bootlin.com>2021-01-29 16:44:34 +0100
commit6c55091335213faf42eaf4c17614cc15ef70e735 (patch)
tree2a6343ac23f3c77bc20abdc4bd74c9772e08411d /arch/arm64/boot/dts/marvell/armada-ap807.dtsi
parenta9d9bfcadfb43b856dbcf9419de75f7420d5a225 (diff)
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>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-ap807.dtsi')
-rw-r--r--arch/arm64/boot/dts/marvell/armada-ap807.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-ap807.dtsi b/arch/arm64/boot/dts/marvell/armada-ap807.dtsi
index 623010f3ca89..d9bbbfa4b4eb 100644
--- a/arch/arm64/boot/dts/marvell/armada-ap807.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-ap807.dtsi
@@ -27,3 +27,8 @@
#clock-cells = <1>;
};
};
+
+&ap_sdhci0 {
+ compatible = "marvell,armada-ap807-sdhci";
+};
+