From be262b62f0f919f2b04ae217764daed10608a0fa Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 11 Sep 2015 20:17:39 +0900 Subject: ARM: uniphier: enable simple-bus driver for SPL In UniPhier device trees, pinctrl device nodes are located under the simple-bus (AMBA). This is needed to bind pinctrl devices in SPL. Signed-off-by: Masahiro Yamada --- configs/ph1_pro4_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/ph1_pro4_defconfig') diff --git a/configs/ph1_pro4_defconfig b/configs/ph1_pro4_defconfig index 7624c547f6..714339acf3 100644 --- a/configs/ph1_pro4_defconfig +++ b/configs/ph1_pro4_defconfig @@ -16,6 +16,7 @@ CONFIG_CMD_PING=y CONFIG_CMD_TIME=y # CONFIG_CMD_MISC is not set CONFIG_NET_RANDOM_ETHADDR=y +CONFIG_SPL_SIMPLE_BUS=y CONFIG_NAND_DENALI=y CONFIG_SYS_NAND_DENALI_64BIT=y CONFIG_NAND_DENALI_SPARE_AREA_SKIP_BYTES=8 -- cgit v1.2.1