mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 20:36:02 +01:00
sunxi: mmc: Sort compatible strings numerically
commit 95168d77d391 ("sunxi: add Allwinner R528/T113 SoC support") added the new entry out of order. Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
parent
cbba1b7766
commit
c92012fe8d
@ -701,13 +701,13 @@ static const struct udevice_id sunxi_mmc_ids[] = {
|
||||
{ .compatible = "allwinner,sun7i-a20-mmc" },
|
||||
{ .compatible = "allwinner,sun8i-a83t-emmc" },
|
||||
{ .compatible = "allwinner,sun9i-a80-mmc" },
|
||||
{ .compatible = "allwinner,sun20i-d1-mmc" },
|
||||
{ .compatible = "allwinner,sun50i-a64-mmc" },
|
||||
{ .compatible = "allwinner,sun50i-a64-emmc" },
|
||||
{ .compatible = "allwinner,sun50i-h6-mmc" },
|
||||
{ .compatible = "allwinner,sun50i-h6-emmc" },
|
||||
{ .compatible = "allwinner,sun50i-a100-mmc" },
|
||||
{ .compatible = "allwinner,sun50i-a100-emmc" },
|
||||
{ .compatible = "allwinner,sun20i-d1-mmc" },
|
||||
{ /* sentinel */ }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user