kernel: switch compatible property for RedBoot DT binding
[openwrt/staging/dedeckeh.git] / target / linux / generic / pending-4.9 / 419-mtd-redboot-add-of_match_table-with-DT-binding.patch
index 6ca9db8f09640a5a17a0ec83b56a1aa5e0f3318e..4da571a60fbbf109bef49ed60559edc1d6d1aece 100644 (file)
@@ -25,7 +25,7 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
  }
  
 +static const struct of_device_id redboot_parser_of_match_table[] = {
-+      { .compatible = "redhat,redboot-partitions" },
++      { .compatible = "ecoscentric,redboot-fis-partitions" },
 +      {},
 +};
 +MODULE_DEVICE_TABLE(of, redboot_parser_of_match_table);