From 8385a29af060b94ace4b28d763c0dcae39721d6a Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Mon, 13 Nov 2017 15:12:39 +0100 Subject: barebox: version bump 2017.10.0 -> 2017.11.0 The vexpress series has been merged upstream and can be dropped. Signed-off-by: Robert Schwebel --- ...late-clock-providers-before-other-devices.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 configs/platform-v7a/patches/barebox-2017.10.0/0002-of-populate-clock-providers-before-other-devices.patch (limited to 'configs/platform-v7a/patches/barebox-2017.10.0/0002-of-populate-clock-providers-before-other-devices.patch') diff --git a/configs/platform-v7a/patches/barebox-2017.10.0/0002-of-populate-clock-providers-before-other-devices.patch b/configs/platform-v7a/patches/barebox-2017.10.0/0002-of-populate-clock-providers-before-other-devices.patch deleted file mode 100644 index 9bb617b..0000000 --- a/configs/platform-v7a/patches/barebox-2017.10.0/0002-of-populate-clock-providers-before-other-devices.patch +++ /dev/null @@ -1,27 +0,0 @@ -From: Lucas Stach -Date: Fri, 1 Sep 2017 17:52:18 +0200 -Subject: [PATCH] of: populate clock providers before other devices - -Clocks are a basic resource, which may be needed early by other -devices or even the bus driver (as is the case with the ARM AMBA -bus). Register them before populating other devices. - -Signed-off-by: Lucas Stach ---- - drivers/of/base.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/drivers/of/base.c b/drivers/of/base.c -index 95bea4ee836d..fb4d2c03946e 100644 ---- a/drivers/of/base.c -+++ b/drivers/of/base.c -@@ -1938,8 +1938,8 @@ int of_probe(void) - if (memory) - of_add_memory(memory, false); - -- of_platform_populate(root_node, of_default_bus_match_table, NULL); - of_clk_init(root_node, NULL); -+ of_platform_populate(root_node, of_default_bus_match_table, NULL); - - return 0; - } -- cgit v1.2.3