From 686f0c7159d6a649849b17342734df2a39edf6bc Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Sat, 5 Sep 2015 06:10:53 +0530 Subject: [PATCH] arm-dt: Enable DT proc updates. This simple patch enables dynamic changes of the DT tree on runtime to be visible to the device-tree proc interface. This is based on patch 31982e52f0f5d6d51e69d5c4c4a7be5d52307c6e bug 200137206 Change-Id: I6c8ec8b13943d4ea12f495e0f92ebf52f96e08d1 Signed-off-by: Laxman Dewangan Reviewed-on: http://git-master/r/794621 GVS: Gerrit_Virtual_Submit --- arch/arm64/include/asm/prom.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/arm64/include/asm/prom.h b/arch/arm64/include/asm/prom.h index 68b90e68295..8c211cb5555 100644 --- a/arch/arm64/include/asm/prom.h +++ b/arch/arm64/include/asm/prom.h @@ -1 +1,6 @@ -/* Empty for now */ +#ifndef __ASMARM_PROM_H +#define __ASMARM_PROM_H + +#define HAVE_ARCH_DEVTREE_FIXUPS + +#endif /* ASMARM_PROM_H */ -- 2.39.2