Commit f2c6d6b2 authored by Marcin Wojtas's avatar Marcin Wojtas Committed by Gregory CLEMENT

arm64: dts: ensure backward compatibility of the AP807 Xenon

A recent switch to a dedicated AP807 compatible string for the Xenon
SD/MMC controller result in the driver not being probed when
using updated device tree with the older kernel revisions.
It may also be problematic for other OSs/firmware that use
Linux device tree sources as a reference. Resolve the problem
with backward compatibility by restoring a previous compatible
string as secondary one.
Signed-off-by: default avatarMarcin Wojtas <mw@semihalf.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 3a52a489
......@@ -29,6 +29,7 @@ cpu_clk: clock-cpu {
};
&ap_sdhci0 {
compatible = "marvell,armada-ap807-sdhci";
compatible = "marvell,armada-ap807-sdhci",
"marvell,armada-ap806-sdhci"; /* Backward compatibility */
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment