diff --git a/drivers/of/partition.c b/drivers/of/partition.c index 6f9651a..aa6e601 100644 --- a/drivers/of/partition.c +++ b/drivers/of/partition.c @@ -190,7 +190,7 @@ if (ret) return ret; - of_property_write_u32(partnode, "#addres-cells", n_cells); + of_property_write_u32(partnode, "#address-cells", n_cells); if (ret) return ret;