* [PATCH] arm-dt: Enable DT proc updates.
@ 2012-10-31 15:57 Pantelis Antoniou
2012-11-01 2:04 ` Rob Herring
0 siblings, 1 reply; 3+ messages in thread
From: Pantelis Antoniou @ 2012-10-31 15:57 UTC (permalink / raw)
To: linux-arm-kernel
This simple patch enables dynamic changes of the DT tree on runtime
to be visible to the device-tree proc interface.
Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>
---
arch/arm/include/asm/prom.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/include/asm/prom.h b/arch/arm/include/asm/prom.h
index aeae9c6..6d65ba2 100644
--- a/arch/arm/include/asm/prom.h
+++ b/arch/arm/include/asm/prom.h
@@ -11,6 +11,8 @@
#ifndef __ASMARM_PROM_H
#define __ASMARM_PROM_H
+#define HAVE_ARCH_DEVTREE_FIXUPS
+
#ifdef CONFIG_OF
extern struct machine_desc *setup_machine_fdt(unsigned int dt_phys);
--
1.7.12
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] arm-dt: Enable DT proc updates.
2012-10-31 15:57 [PATCH] arm-dt: Enable DT proc updates Pantelis Antoniou
@ 2012-11-01 2:04 ` Rob Herring
2012-11-15 16:30 ` Grant Likely
0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2012-11-01 2:04 UTC (permalink / raw)
To: linux-arm-kernel
On 10/31/2012 10:57 AM, Pantelis Antoniou wrote:
> This simple patch enables dynamic changes of the DT tree on runtime
> to be visible to the device-tree proc interface.
>
> Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>
Acked-by: Rob Herring <rob.herring@calxeda.com>
> ---
> arch/arm/include/asm/prom.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/include/asm/prom.h b/arch/arm/include/asm/prom.h
> index aeae9c6..6d65ba2 100644
> --- a/arch/arm/include/asm/prom.h
> +++ b/arch/arm/include/asm/prom.h
> @@ -11,6 +11,8 @@
> #ifndef __ASMARM_PROM_H
> #define __ASMARM_PROM_H
>
> +#define HAVE_ARCH_DEVTREE_FIXUPS
> +
> #ifdef CONFIG_OF
>
> extern struct machine_desc *setup_machine_fdt(unsigned int dt_phys);
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] arm-dt: Enable DT proc updates.
2012-11-01 2:04 ` Rob Herring
@ 2012-11-15 16:30 ` Grant Likely
0 siblings, 0 replies; 3+ messages in thread
From: Grant Likely @ 2012-11-15 16:30 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, 31 Oct 2012 21:04:24 -0500, Rob Herring <robherring2@gmail.com> wrote:
> On 10/31/2012 10:57 AM, Pantelis Antoniou wrote:
> > This simple patch enables dynamic changes of the DT tree on runtime
> > to be visible to the device-tree proc interface.
> >
> > Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>
>
> Acked-by: Rob Herring <rob.herring@calxeda.com>
Applied, thanks.
g.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-15 16:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-31 15:57 [PATCH] arm-dt: Enable DT proc updates Pantelis Antoniou
2012-11-01 2:04 ` Rob Herring
2012-11-15 16:30 ` Grant Likely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).