For pinctrl & gpio and reset & clk, the sunxi (Allwinner SoC) board
support needs to bind multiple drivers to a single DT node.  Select
the necessary config-option when selecting ARCH_SUNXI.

Signed-off-by: Philipp Tomsich <philipp.toms...@theobroma-systems.com>
---
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0229800..c62d61b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -644,6 +644,7 @@ config ARCH_SUNXI
        select CMD_MMC if MMC
        select CMD_USB if DISTRO_DEFAULTS
        select DM
+       select DM_ALLOW_MULTIPLE_DRIVERS
        select DM_ETH
        select DM_GPIO
        select DM_KEYBOARD
-- 
1.9.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/listinfo/u-boot

Reply via email to