From efba3da8a4bdcf352fbbb4e16e73aa5f149375ed Mon Sep 17 00:00:00 2001 From: EvilOlaf Date: Sun, 6 Dec 2020 10:31:29 +0100 Subject: [PATCH] add modification notice --- .../h616_006_add-support-for-A100-mmc-controller.patch | 7 +++++++ 1 file changed, 7 insertions(+) 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