aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Scott <michael.scott@linaro.org>2015-03-17 11:11:17 -0700
committerRob Herring <rob.herring@linaro.org>2015-04-06 17:52:39 -0500
commitceb98c1c87b464d004e79e6d36f23607b97395a1 (patch)
tree4ef0b612edfe28cc97cab968bc31854047e45025
parent28549f5c28eab52759af9f2d177fff85611e2768 (diff)
pxa1928ara: enable dynamic fdt changes
- Sets fdt addr - Sets /profile marvell,profile-number dtb setting used by kernel dvfs/thermal drivers - Sets /pp_version version pxa1928 - Sets /pxa1928_apmu_ver version bx - Removes rm /soc/axi/wakeupgen@d4284000 Change-Id: Ia23c8e2230c5544ccf76910c944bdb59ed11f180 Signed-off-by: Michael Scott <michael.scott@linaro.org> Signed-off-by: Rob Herring <rob.herring@linaro.org>
-rw-r--r--board/Marvell/pxa1928_ara/pxa1928_ara.c4
-rw-r--r--include/configs/pxa1928_ara.h1
2 files changed, 3 insertions, 2 deletions
diff --git a/board/Marvell/pxa1928_ara/pxa1928_ara.c b/board/Marvell/pxa1928_ara/pxa1928_ara.c
index babbdfd812..c381a35c9a 100644
--- a/board/Marvell/pxa1928_ara/pxa1928_ara.c
+++ b/board/Marvell/pxa1928_ara/pxa1928_ara.c
@@ -170,8 +170,8 @@ int recovery_key_detect(void)
}
#endif
-#ifdef CONFIG_OF_LIBFDT
-void handle_dtb(struct fdt_header *devtree)
+#if defined(CONFIG_OF_BOARD_SETUP)
+void ft_board_setup(void *devtree, bd_t *bd)
{
char cmd[128];
diff --git a/include/configs/pxa1928_ara.h b/include/configs/pxa1928_ara.h
index 3e82f313ac..30c1e6d487 100644
--- a/include/configs/pxa1928_ara.h
+++ b/include/configs/pxa1928_ara.h
@@ -113,6 +113,7 @@
#define CONFIG_MMC_BOOT_DEV "mmc dev 0 0"
#define CONFIG_OF_LIBFDT
+#define CONFIG_OF_BOARD_SETUP
/*
* Environment variables configurations