diff --git a/patch/kernel/sunxi-dev/h616_006_add-support-for-A100-mmc-controller.patch b/patch/kernel/sunxi-dev/h616_006_add-support-for-A100-mmc-controller.patch index f6ececb3b..d64103470 100644 --- a/patch/kernel/sunxi-dev/h616_006_add-support-for-A100-mmc-controller.patch +++ b/patch/kernel/sunxi-dev/h616_006_add-support-for-A100-mmc-controller.patch @@ -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. \ No newline at end of file