[PATCH 5/5] UBUNTU: SAUCE: Enable earlyprintk via the PL011.
Paolo Pisati
paolo.pisati at canonical.com
Thu Nov 7 20:08:13 UTC 2013
On Thu, Nov 07, 2013 at 02:24:34PM +0000, Andy Whitcroft wrote:
> > diff --git a/arch/arm/mach-virt/virt.c b/arch/arm/mach-virt/virt.c
> > index b184e57..2b6aceb 100644
> > --- a/arch/arm/mach-virt/virt.c
> > +++ b/arch/arm/mach-virt/virt.c
> > @@ -21,11 +21,13 @@
> > #include <linux/of_irq.h>
> > #include <linux/of_platform.h>
> > #include <linux/smp.h>
> > +#include <linux/clk-provider.h>
> >
> > #include <asm/mach/arch.h>
> >
> > static void __init virt_init(void)
> > {
> > + of_clk_init(NULL);
> > of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
> > }
>
> Looks safe enough. Is this going upstream?
nope, since it's a workaround.
--
bye,
p.
More information about the kernel-team
mailing list