96boards: dragonboard/hikey: add device tree overlay support
authorPeter Robinson <pbrobinson@gmail.com>
Mon, 26 Jun 2017 13:25:05 +0000 (14:25 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 6 Jul 2017 20:17:15 +0000 (16:17 -0400)
96boards CE devices such as the DragonBoard and Hikey devices have numerous
mezzanine options some of which need overlays from the beginning so it makes
sense to enable device tree overlays.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
configs/dragonboard410c_defconfig
configs/hikey_defconfig

index 90c145a..79ac7dd 100644 (file)
@@ -37,3 +37,5 @@ CONFIG_USB_EHCI_MSM=y
 CONFIG_USB_ULPI_VIEWPORT=y
 CONFIG_USB_ULPI=y
 CONFIG_USB_STORAGE=y
+CONFIG_OF_LIBFDT=y
+CONFIG_OF_LIBFDT_OVERLAY=y
index 5981d2f..1773a70 100644 (file)
@@ -17,3 +17,5 @@ CONFIG_MMC_DW_K3=y
 CONFIG_USB=y
 CONFIG_USB_STORAGE=y
 CONFIG_FAT_WRITE=y
+CONFIG_OF_LIBFDT=y
+CONFIG_OF_LIBFDT_OVERLAY=y