From: Marcin Wojtas Date: Mon, 22 Mar 2021 00:39:15 +0000 (+0100) Subject: arm64: dts: ensure backward compatibility of the AP807 Xenon X-Git-Tag: accepted/tizen/unified/20230118.172025~6845^2~5^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2c6d6b271e44ccc738a8966cb65ba68b56bde59;p=platform%2Fkernel%2Flinux-rpi.git 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 Reviewed-by: Andrew Lunn 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 d9bbbfa..4a23f65 100644 --- a/arch/arm64/boot/dts/marvell/armada-ap807.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-ap807.dtsi @@ -29,6 +29,7 @@ }; &ap_sdhci0 { - compatible = "marvell,armada-ap807-sdhci"; + compatible = "marvell,armada-ap807-sdhci", + "marvell,armada-ap806-sdhci"; /* Backward compatibility */ };