From: Konstantin Porotchkin Date: Tue, 12 Jan 2021 09:46:54 +0000 (+0200) Subject: arm64: dts: change AP807 SDHCI compatibility string X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6c55091335213faf42eaf4c17614cc15ef70e735;p=linux.git 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 Signed-off-by: Konstantin Porotchkin Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm64/boot/dts/marvell/armada-ap807.dtsi b/arch/arm64/boot/dts/marvell/armada-ap807.dtsi index 623010f3ca894..d9bbbfa4b4eb2 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"; +}; +