]> git.karo-electronics.de Git - linux-beck.git/commitdiff
arm-dt: Enable DT proc updates.
authorPantelis Antoniou <panto@antoniou-consulting.com>
Wed, 31 Oct 2012 15:57:49 +0000 (17:57 +0200)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 15 Nov 2012 16:30:18 +0000 (16:30 +0000)
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>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/arm/include/asm/prom.h

index aeae9c609df4885570646d076741cef0565328da..6d65ba222db98d27f5dd8a667e4368a34148e1fb 100644 (file)
@@ -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);