From 0fa5ed9af80300a67c61e750205ff0c44cf516c4 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Sat, 9 May 2015 12:08:26 +0200 Subject: toradex: common: set Toradex specific dt properties Use ft_system_setup to set Toradex specific device-tree properties. At first, this is only the serial-number, which is using a property which is about to be standardized in the binding documentation of the Linux kernel. --- include/configs/apalis_imx6.h | 1 + include/configs/colibri_imx6.h | 1 + include/configs/colibri_vf.h | 5 +++-- 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h index c08b196643..162be2e738 100644 --- a/include/configs/apalis_imx6.h +++ b/include/configs/apalis_imx6.h @@ -350,6 +350,7 @@ #endif #define CONFIG_OF_LIBFDT +#define CONFIG_OF_SYSTEM_SETUP #ifndef CONFIG_SYS_DCACHE_OFF #define CONFIG_CMD_CACHE diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h index 2e8ea271f5..d194d90658 100644 --- a/include/configs/colibri_imx6.h +++ b/include/configs/colibri_imx6.h @@ -310,6 +310,7 @@ #endif #define CONFIG_OF_LIBFDT +#define CONFIG_OF_SYSTEM_SETUP #ifndef CONFIG_SYS_DCACHE_OFF #define CONFIG_CMD_CACHE diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h index 95e17069ae..06caabdbae 100644 --- a/include/configs/colibri_vf.h +++ b/include/configs/colibri_vf.h @@ -35,8 +35,6 @@ #define CONFIG_MXC_OCOTP #endif -#define CONFIG_OF_BOARD_SETUP - #define CONFIG_FSL_DCU_FB #ifdef CONFIG_FSL_DCU_FB @@ -262,6 +260,9 @@ #endif #define CONFIG_OF_LIBFDT +#define CONFIG_OF_BOARD_SETUP +#define CONFIG_OF_SYSTEM_SETUP + #define CONFIG_CMD_BOOTZ #define CONFIG_SUPPORT_RAW_INITRD #define CONFIG_SYS_BOOT_RAMDISK_HIGH -- cgit v1.2.3