add modification notice

This commit is contained in:
EvilOlaf 2020-12-06 10:31:29 +01:00
parent 0b46f9ae2c
commit efba3da8a4

View file

@ -65,3 +65,10 @@ index fc62773602ec..1518b64112b7 100644
+ { .compatible = "allwinner,sun50i-a100-emmc", .data = &sun50i_a100_emmc_cfg },
{ /* sentinel */ }
};
--
# Note
# This patch has been modified to allow proper applying.
# The line
# { .compatible = "allwinner,sun50i-h5-emmc", .data = &sun50i_h5_emmc_cfg },
# as been added to compensate for another patch applied before this one.