All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm-dt: Enable DT proc updates.
@ 2012-10-31 15:57 ` Pantelis Antoniou
  0 siblings, 0 replies; 7+ messages in thread
From: Pantelis Antoniou @ 2012-10-31 15:57 UTC (permalink / raw)
  To: Russell King
  Cc: Matt Porter, devicetree-discuss, Pantelis Antoniou, linux-kernel,
	Grant Likely, Russ Dill, linux-omap, Koen Kooi, 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] 7+ messages in thread

end of thread, other threads:[~2012-11-15 16:30 UTC | newest]

Thread overview: 7+ 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-10-31 15:57 ` Pantelis Antoniou
2012-10-31 15:57 ` Pantelis Antoniou
2012-11-01  2:04 ` Rob Herring
2012-11-01  2:04   ` Rob Herring
2012-11-15 16:30   ` Grant Likely
2012-11-15 16:30     ` Grant Likely

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.