Re: [PATCH] mci: skip of_partitions_register_fixup for boot partitions

2019-01-03 Thread Sascha Hauer
On Wed, Jan 02, 2019 at 02:35:48PM +0100, Ahmad Fatoum wrote: > The bootN-partitions binding is barebox-specific, so it shouldn't > be fixed up into the kernel device tree. > > Suggested-by: Sascha Hauer > Signed-off-by: Ahmad Fatoum > --- > drivers/mci/mci-core.c | 7 ++- > 1 file

[PATCH] mci: skip of_partitions_register_fixup for boot partitions

2019-01-02 Thread Ahmad Fatoum
The bootN-partitions binding is barebox-specific, so it shouldn't be fixed up into the kernel device tree. Suggested-by: Sascha Hauer Signed-off-by: Ahmad Fatoum --- drivers/mci/mci-core.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/mci/mci-core.c