mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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: Marcin Wojtas <mw@semihalf.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
parent
3a52a48973
commit
f2c6d6b271
1 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@
|
|||
};
|
||||
|
||||
&ap_sdhci0 {
|
||||
compatible = "marvell,armada-ap807-sdhci";
|
||||
compatible = "marvell,armada-ap807-sdhci",
|
||||
"marvell,armada-ap806-sdhci"; /* Backward compatibility */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue